-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
None
-
4.6 RC4, 4.6 RC5
The form contains the boolean field with a rule.
A textarea field apperas only if the boolen field is true
When checking boolean field, the textarea appears but wther is a erreor on submission
java.lang.ClassCastException: class java.lang.Boolean cannot be cast to class java.lang.String (java.lang.Boolean and java.lang.String are in module java.base of loader 'bootstrap') at org.ametys.plugins.forms.actions.ProcessFormAction#_getRuleValues:478 at org.ametys.plugins.forms.actions.ProcessFormAction#_getRuleFilteredEntryView:401 at org.ametys.plugins.forms.actions.ProcessFormAction#_processForm:193 at org.ametys.plugins.forms.actions.ProcessFormAction#act:135