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

das-peter’s picture

Updated patch.

gábor hojtsy’s picture

Looks like a good patch. I don't have time to test this right now unfortunately :/

michel.g’s picture

The patch does not work anymore in the current version since there is no layout_init() anymore

michel.g’s picture

Issue summary: View changes
StatusFileSize
new2.69 KB

Revamped the patch so it works with the current version of the layout module.