No MDX request sent for widget in popup on filter refresh

Issue #589 resolved
Scott Wiltshire created an issue

Describe the bug
For widgets in popups if a filter in the popup is changed any widgets dependent on the filter dimension are cleared but no MDX request is sent and the widget is never refreshed and stays in the state “no data records to display” which is false.

To Reproduce
Steps to reproduce the behavior:

  1. popup containing multiple widgets and some dimensions on global filter
  2. after popup renders change a global filter
  3. No MDX request sent. Widgets display empty placeholder

Expected behavior
MDX request sent. Widgets update.

Screenshots

On 1st render of the popup widgets render correctly.

There are 3 MDX requests sent (1. Notifications request, 2. 1st widget, 3. 2nd widget)

Change to filterbar or refresh of popup or change popup size or fullscreen of widget causes “No data available” placeholder. But this is not true. Rather no MDX request has been sent to populate the widget.

1st MDX is the new notifications query sent on each refresh.
2nd MDX is for the 1st widget.
Should also be a 3rd MDX request for the 2nd widget but it never gets sent!

Comments (4)

  1. Log in to comment