You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if property.rentsellType == 'property.rentsellType.rent' and (
property.entretien or
property.chauffage or
property.entretienJardin
)
%}
{% endif %}
Actual behavior
it adds a comma on the last line, after "entretienJardin"
{% if property.rentsellType == 'property.rentsellType.rent' and (
property.entretien or
property.chauffage or
property.entretienJardin,
)
%}
{% endif %}
The text was updated successfully, but these errors were encountered:
I'm working on a 3.0 release with BC-break needed in order to fix the rule.
If you @rafipiccolo (or @thislg) want to try it, it would be great. Both of your bug should be fixed.
You just need to use dev-main
Rule(s) related to or rule(s) missing
dunno
Expected behavior
Actual behavior
it adds a comma on the last line, after "entretienJardin"
The text was updated successfully, but these errors were encountered: