Skip to content

Settings search bar to remember expansion state

Paul Slaughter requested to merge ps-settings-search-remember-expansion into master

What does this MR do?

This MR resolves issue identified in this comment !53581 (comment 503655640) where using the search bar in settings doesn't remember the expanded/collapsed state of settings before the user started a search.

How to test?

  • Feature.enable(:search_settings_in_page)
  • Go to a project Settings > General
  • Expand and collapse some sections
  • Add something to search bar
  • Clear search
  • expectation: The sections should be expanded / collapsed in the same way before you started the search.

Screenshots (strongly suggested)

It works 🎉

20210208_remember_expand_collapse

Does this MR meet the acceptance criteria?

Conformity

Edited by Paul Slaughter

Merge request reports