Problem/Motivation
Currently all breakpoint configurations, even the disabled ones, show up in the panels layout management.
Proposed resolution
Only show / use the enabled breakpoint configurations. Introduce a new function to do so.
Remaining tasks
Reviews needed, I'm not sure if only dealing with the enabled breakpoints works in all places where I change the function.
User interface changes
Only enabled breakpoint configurations will show up in the panels layout management.
API changes
New function layout_breakpoint_load_enabled()
Comments
Comment #1
das-peter commentedUpdated patch.
Comment #2
gábor hojtsyLooks like a good patch. I don't have time to test this right now unfortunately :/
Comment #3
michel.g commentedThe patch does not work anymore in the current version since there is no layout_init() anymore
Comment #4
michel.g commentedRevamped the patch so it works with the current version of the layout module.