You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Persist filters in URL for applications table (#2033)
Fix regression after: #1980
Resolves: https://issues.redhat.com/browse/MTA-1390
Initial filter values work best if the table is not persisting state
between reloads (default strategy, component state). If the table uses
session or local storage then any existing filter overwrites the default
value. From the end user perspective the functionality works only on the
first load with a clean browser (no previous state).
Switching to URL filter persistence provides the same functionality and
ensures we have only one source of filters.
Reference-Url: #1698
Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
0 commit comments