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

Download definition action can export broken apps

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • 6.1
    • admincentral
    • None

      Using the action sometimes leads to broken apps. SeeĀ QAARQ-35 for an example.

      The underlying issue is null items being produced in the action bar.

      Sample

          actionbar:
            sections:
              root:
                label: public-monitoring
                name: root
                availability:
                  nodes: false
                  root: true
                groups:
                  addActions:
                    name: addActions
                    items: # here 0 items
                  editActions:
                    name: editActions
                    items: # here 0 items
                  publishingActions:
                    name: publishingActions
                    items: # here 0 items
                  eximActions:
                    name: eximActions
                    items:
                      export:
                        name: export
                      import:
                        name: import
      

        Acceptance criteria

              Unassigned Unassigned
              rgange Richard Gange
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Bug DoR
                  Task DoD