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
When you select a record and then navigate to a record and then use the go back button you lose the check mark on the selected item. Also, if you had scrolled to the bottom of a long list it also sends you back to the top of the page after you go back. Is there any way that this context could be saved when navigating to a record?
System configuration
Avo version: 3.15.0
Rails version: 7.2.0
Ruby version: 3.3.1
License type
Community
Pro
Are you using Avo monkey patches, overriding views or view components?
Yes. If so, please post code samples.
No
Screenshots or screen recordings
09.12.2024_11.49.56_REC.mp4
The text was updated successfully, but these errors were encountered:
This is a more advanced feature where we need to store the selection somewhere. My guess is that we need to store it in localstorage and reselect the items when the page is loaded.
Another place could be in session but that's not the usecase that I think our users need.
That being said, this requires a bit more attention which we don't yet have right now.
So there are two ways of dealing with this:
You can submit a PR and we can put it thorugh the approval process
If this is something critical for your experience, we can set up a call and figure out a way for you to sponsor this feature and we can find some time to work on it.
Either way, thanks for sending in this PR. It's a great feature to have.
Context
When you select a record and then navigate to a record and then use the go back button you lose the check mark on the selected item. Also, if you had scrolled to the bottom of a long list it also sends you back to the top of the page after you go back. Is there any way that this context could be saved when navigating to a record?
System configuration
Avo version: 3.15.0
Rails version: 7.2.0
Ruby version: 3.3.1
License type
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
09.12.2024_11.49.56_REC.mp4
The text was updated successfully, but these errors were encountered: