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

Make messages and task dispatchers queue the ui update via Vaadin UI object

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 5.5.5
    • None
    • None
    • None
    • Basel 103
    • 3

      When task and message dispatchers dispatch the events, we trigger somewhat complex sequences of operations that eventually update Pulse tables. Several steps include dependency injection which as of MGNLUI-4180 requires Vaadin UI threadlocal to be set to the correct instance. Unfortunately in the current impl of the dispatchers, we queue the event propagations via VaadinSession#access(..) which doesn't provide the UI instance correctly. Using UI.access(...) in turn provides the UI instance and is a more logically suitable for the task.

        Acceptance criteria

              apchelintcev Aleksandr Pchelintcev
              apchelintcev Aleksandr Pchelintcev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD