railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.88k stars 2.25k forks source link

Layout renders extra select component when back button navigation is used #3570

Closed satkar-seanergy closed 1 year ago

satkar-seanergy commented 1 year ago

Describe the bug When admin page has components Select, if I opened the model for list operation and when I apply a filter, then visit to one of the item from filtered list now use browser back button to navigate back to the list view, extra select competent (using which filter was applied) is rendered

check the attached gif for better explanation

Untitled

Expected behavior It should not render an extra Select component when browser back button navigation is used

Additional context

mshibuya commented 1 year ago

Thank you for reporting, fixed in the master branch.