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

Server push configuration

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Neutral Neutral
    • None
    • 6.2.10
    • None
    • None

      It would be helpful to have some control over the server push. Some use cases might be:

      • I have an action which changes a lot of values (MGNLWORKFLOW-403)
      • I'm ok with not having changes pushed out as a trade off for performance. I understand how to refresh the UI on demand.
      • Troubleshoot issues.

      Notes

      Adding a check in JcrDataSourceObservation for the current pushMode would be a good idea, since a developer could disable it. Currently the ui.push() is always executed, nevertheless what the configuration is.

      if (ui.getPushConfiguration().getPushMode().isEnabled()) {
        ui.push();
      }
      

        Acceptance criteria

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

                Created:
                Updated:
                Resolved:

                  Task DoD