Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-9319

Error when parsing a content type with attributes with the same name in different parents

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.2.0
    • 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.

            cbayle Caroline Bayle
            cbayle Caroline Bayle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: