Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-7127

Order of field are not according to definition when using !include: directive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • 5.5.6
    • gui
    • None

      Since magnolia 5.5.6, using the new !include: directive, the fields are not in the correct order anymore.

      form:
        tabs:
      
          - name: pageMain
            fields: !include:/tte/includes/fields/homePageTabMainFields.yaml
      

      Will result in an incorrect order of the field being included

      form:
        tabs:
      
          - name: pageMain
            fields: !include /tte/includes/fields/homePageTabMainFields.yaml
      

      Will result in the correct order of the field being included

        Acceptance criteria

              Unassigned Unassigned
              jdiepeveen Jordie Diepeveen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Bug DoR
                  Task DoD