Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-5840

Compatibility: asset type in custom content app is saved without `jcr:` prefix

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Neutral Neutral
    • None
    • 6.2.3
    • None
    • None

      Steps to reproduce

      I am having content type with asset prop:

      - name: logo
        label: Logo
        type: asset
      

      Expected results

      Save asset with`jcr:` prefix

      Actual results

      Auto generated app saves the asset without `jcr:` prefix e.g.:

      Having this e.g. out of the box asset resolver is not working when creating the delivery endpoints.

      Workaround

      At the dialog definitions, change from:

      appName: dam

      To

      appName: dam-chooser
      

      That way, the image reference will be saved with the needed jcr: prefix and the REST call will resolve the Images references properly.

      Development notes

      Issue in compatibility - both should behave the same way.

       

        Acceptance criteria

              Unassigned Unassigned
              bstaryga Bartosz Staryga
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD