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

Actions: execution of actions

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.0
    • 5.0
    • None

      We no longer execute actions in ActionbarPresenter
      introduce ActionExecutor interface
      Execution of actions no longer goes through the event bus
      Instead, it climbs up the hierarchy of presenters, up to the subApp, using listeners
      The subApp is responsible for:
      fetching the action definition (action definitions will belong to the subApp descriptor)
      executing the action (using injected ActionExecutor)

        Acceptance criteria

              ejervidalo Espen Jervidalo
              ejervidalo Espen Jervidalo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR