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
handling associations like this isn't straightforward. Each association is wrapped in a Turbo frame with a src attribute. To preserve the context for all associations when navigating back using the go back button, we'd need to maintain somewhere the state of all the params for each association and pass they to the src.
There is a cache_resource_filters configuration that enables persistent filters (basic filters).
To address this issue, we can extend cache_resource_filters to apply to dynamic filters as well and store them under a different session key when the configuration is set to true.
Feature
Remember the Filter on has many associations when you click on Go Back after opening the record
Current workarounds
Don't use filtering on associations
Screenshots or screen recordings
12.12.2024_12.47.57_REC.mp4
Additional context
Discuss the benefit of adding this feature to associations
Related to #3497
The text was updated successfully, but these errors were encountered: