Individual grid widget search filter also filters content on navigation list widget

Issue #616 resolved
Scott Wiltshire created an issue

Describe the bug
The Navigation List widget reacts to search/filter input on grid widgets on the same dashboard the same as it does to global toolbar level filter input.

To Reproduce
Steps to reproduce the behavior:

  1. On a dashboard have both a grid widget (which search enabled) and a navigation list widget
  2. duplicate the grid widget
  3. any search input on either grid widget will also filter the navigation list. The other grid widget will be unaffected.

Expected behavior
Navigation list should not be filtered by search input at widget level, only at dashboard level

Screenshots
Starting case. There are multiple text based grid widgets with search enabled and also a navigation list.

When text is entered in the search box of any of the grid widgets the navigation list is also filtered even though the scope of the search should be limited to the individual widget. In other words navigation list reacts the same to widget search input the same as to dashboard level search input. It should ignore widget level input just like the other grid widgets do.

Comments (3)

  1. Log in to comment