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

Error messages should not be sent to all users, but rather to the current user

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 5.2.1
    • 5.2.1
    • framework
    • None
    • Yes

      Many error messages are sent to all users via a call to AppInstanceController#broadcastMessage
      This is not good because there is no reason for most users to see these messages and will be alarming and confusing for them, as well as cluttering their message inbox.

      A short search reveals calls to broadcastMessage when actions fail in BaseDialogPresenter, DetailEditorPresenter, DetailPresenter. A complete search on entire codebase must still be performed.

      *

      The current required fix for this ticket is to find and replace usages of broadcastMessage with sendLocalMessage (which sends a message to the user who triggered the error).

        Acceptance criteria

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

                Created:
                Updated:
                Resolved:

                  Task DoD