-
Bug
-
Resolution: Fixed
-
Major
-
4.4.0
-
None
-
None
-
4.4 RC1
AbstractRepeaterWithUniqueContentValidator, used for "potentiel enseignant" and "effectif de groupe" repeaters throwa cast error when editing the repeater, due to a cast error
Caused by: java.lang.ClassCastException: class org.ametys.plugins.repository.data.holder.values.SynchronizableValue cannot be cast to class [Lorg.ametys.cms.data.ContentValue; (org.ametys.plugins.repository.data.holder.values.SynchronizableValue and [Lorg.ametys.cms.data.ContentValue; are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6bea52d4)Caused by: java.lang.ClassCastException: class org.ametys.plugins.repository.data.holder.values.SynchronizableValue cannot be cast to class [Lorg.ametys.cms.data.ContentValue; (org.ametys.plugins.repository.data.holder.values.SynchronizableValue and [Lorg.ametys.cms.data.ContentValue; are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6bea52d4) at org.ametys.plugins.odfpilotage.validator.AbstractRepeaterWithUniqueContentValidator.validate(AbstractRepeaterWithUniqueContentValidator.java:80)