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
There is a missing trim on the validate rules. The last rule needs to be empty (by adding a trailing comma after the last rule) or all rules have to be finished directly with the backtick.
Bug report
Summary
There is a missing trim on the validate rules. The last rule needs to be empty (by adding a trailing comma after the last rule) or all rules have to be finished directly with the backtick.
Step to reproduce
This does not work:
This works fine:
This works fine, too:
Observed behavior
The last rule is not executed.
Expected behavior
The last rule should be executed.
Environment
FormIt 4.2.5, MODX 2.7.3
The text was updated successfully, but these errors were encountered: