Uploaded image for project: 'ContentTypes Editor'
  1. ContentTypes Editor
  2. CTYPEEDIT-107

After modifying a content type, submetadata are not reference anymore in metadatasets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.12.0
    • 1.1.0

      For example, I made a modification to add a metadata in the content type article.
      On saving, I have :

      <cms:metadata-set [...]>
          [...]
          <cms:metadata-ref name="illustration"/>
          [...]
      </cms:metadata-set>

      Instead of :

      <cms:metadata-set [...]>
          [...]
          <cms:metadata-ref name="illustration">
              <cms:metadata-ref name="image" />
              <cms:metadata-ref name="alt-text" />
          </cms:metadata-ref>
          [...]
      </cms:metadata-set>

            lbouchet Loïc Bouchet
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: