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

Some apps: A folder does not expand when you add an item to it.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 5.2.1
    • tree/list
    • None

      In at least the Categories and Assets apps (maybe others as well) user will expect to see the created item - therefore if creating an item in a closed folder (or any kind of parent) the folder (parent) must be automatically opened on creation.

      Probably the solution is to emulate the event fired as in OpenCreateDialogAction:
      eventBus.fireEvent(new ContentChangedEvent(item.getWorkspace(), item.getItemId(), true));

      ...in the action responsible for creating categories and assets:
      CreateItemAction.

      mplementor should also check the other main apps to ensure that the behaviour is correct there as well.

        Acceptance criteria

              Unassigned Unassigned
              czimmermann Christopher Zimmermann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD