Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to keep displayed filters through navigation, even if they are empty #4442

Merged
merged 5 commits into from
Mar 5, 2020

Conversation

JulienMattiussi
Copy link
Contributor

@JulienMattiussi JulienMattiussi commented Feb 24, 2020

Closes #4308

Issue

Displayed filters were lost when reloading a page because nothing was keeping information through user navigation

Solution

Keep list of displayed filters in url, next to filters value. This allow to separe value of values and presence of filters

Screenshot

displayFilters

@JulienMattiussi JulienMattiussi added the WIP Work In Progress label Feb 24, 2020
@JulienMattiussi JulienMattiussi changed the title Keep displayed filters through navigation, even if they are empty Fix to keep displayed filters through navigation, even if they are empty Feb 24, 2020
@JulienMattiussi JulienMattiussi added RFR Ready For Review and removed WIP Work In Progress labels Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The filter disappears after clearing the value (displayedFilters prop problem)
2 participants