-
Bug
-
Resolution: Duplicate
-
Major
-
4.2.0
-
None
-
None
In GetCommonMetadataAction, in line 226 we do:
passesCondition = !subRepeaterMetadataNames.contains(metadataDefinition.getName());
Yet, I have the following metadataset:
<cms:metadata-ref name="linkDev" /> <cms:metadata-ref name="rep"> <cms:metadata-ref name="linkDev" /> </cms:metadata-ref>
So it does not pass condition (subRepeaterMetadataNames contains 'linkDev', but it is not the same metadata definition), whereas it must.
- duplicates
-
CMS-9945 The GetCommonMetadataAction doesn't worked well when repeater metadata are not included
- Closed