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
[O2B-1556] Configure filtering model observability to set active filters to the url (#2142)
Notable changes for users:
- When configuring a filter a string version will then appear in the URL
Notable changes for developers:
- FilteringModel now has a router argument for its constructor.
- All pages that use a filteringModel must explicitly set filteringModel.pageIdentifier. This identifier determines if this specific filteringModel instance should sync its active filters to the URL, and which page’s URL should be used to initialize the filter values for that filteringModel.
- This is currently done by passing the identifier page identifier via the constructor
- All overview page reset() functions have gained a clearUrl boolean argument, that determines if running the reset function should also remove the filters from the url.
0 commit comments