Follow-up from "Super sidebar expanded on load for group setting pages"

Implementing Allow pages to expand the super sidebar by default (#391285 - closed) • Scott de Jonge • 16.0 adds @force_desktop_expanded_sidebar = true to *.haml views for user, admin, project, and group settings.

The following discussion from !119268 (merged) should be addressed:

  • @djadmin started a discussion: (+1 comment)

    Thoughts: I believe adding @force_desktop_expanded_sidebar = true to every single template file is not efficient / maintainable and can be easily missed. I wonder if we could add this for the entire menu group, or perhaps in the MenuSection component?