Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
14.3.0
-
None
-
0.5
-
Flagged
-
Quasar
-
Puma Sprint 246
Description
If you have multiple compounds with the same name, validation fails,
this is introduced in: CMS-13291
I haven't dig into it too deeply, but following code doesn't make much sense to me:
if (values.size() != count) { throw new BadRequestException(new ErrorInfo(ErrorInfo.Reason.INVALID_DATA)); }
If I understand it correctly, any document containing more than one compound, and compound contains different value count, will fail.
Attachments
Issue Links
- relates to
-
CMS-14103 Visual Editing: fields are skipped if backing document does not contain a compound node for it
- In Progress