-
Notifications
You must be signed in to change notification settings - Fork 2
Filters Do Not Persist #156
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
Comments
@jho-md and again with the pending PR. Will aim to wrap up a few more issues and get a patch out soon. |
@acoumb @nathanwoulfe Just upgraded to the latest and still having this issue. After setting the filter and applying, I click on the filter again and it appears unset. |
@acoumb same, issue still exists. This issue is partially resolved. Now, after clicking on a collection item, opening the modal, and then closing it, the filters remain as expected. However, if the user navigates to a different collection and then returns, the filters are lost. This might be acceptable behavior, but in previous versions (13.x.x), filters were saved in Local Storage. We had a custom field implementation with a button that, when clicked, would apply the filters and open the collection with the filtered items. However, this is no longer possible in the current version. Since Local Storage based persistence no longer works, maybe query string parameters could be used to apply and persist filters across navigation? |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When selecting an option for a filter, the filter works as expected. However, when you navigate back to the filter, the filter appears unset rather than showing the previously selected option.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Navigating back to the filter should persist the previous selection.
Environment (please complete the following information):
This item has been added to our backlog AB#51958
The text was updated successfully, but these errors were encountered: