-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
How to reproduce
- On a ODF project I do a solr search on program contents, with the result column title and place
- "place" is a content metadata (reference table)
- I try to edit the place of the returned programs
I have the following error
class java.util.ArrayList cannot be cast to class java.lang.String (java.util.ArrayList and java.lang.String are in module java.base of loader 'bootstrap') java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.lang.String (java.util.ArrayList and java.lang.String are in module java.base of loader 'bootstrap') at org.ametys.cms.workflow.EditContentFunction._bindAndValidateContentReferenceMetadata(EditContentFunction.java:2264) at org.ametys.cms.workflow.EditContentFunction._bindAndValidateMetadata(EditContentFunction.java:861) at org.ametys.cms.workflow.EditContentFunction._bindAndValidateMetadataSetElement(EditContentFunction.java:633) at org.ametys.cms.workflow.EditContentFunction._bindAndValidateContent(EditContentFunction.java:583)
- duplicates
-
CMS-9813 Unable to edit a external and local field in a result grid
- Closed