Closed rszwajko closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
release-0.5@0e579db
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Backport-of: (#2033) Fix regression after: https://github.com/konveyor/tackle2-ui/pull/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: https://github.com/konveyor/tackle2-ui/pull/1698