-
Bug
-
Resolution: Fixed
-
Blocker
-
4.2.0
-
None
-
None
-
4.2 M5
In ODF, there are attributes named "linkUrl" in different repeaters.
When we parse these attributes, we try to add validator components for each attribute.
In old API, we used the path as component role.
But in the new one, we just use the name of the attribute. So when we try to add the second component, An exception is thrown because a component with the same role already exists.
TODO: Use the path as coponent role like in the old API.
- Référence
-
CMS-9213 Implement new API for composites and repeaters
- Closed