I've created a default panelizer setup for my content types and added the menu tree pane to one of it's regions for the main menu from the second level down. I noticed it was expanding all children by default, so I went back to the panelizer settings (both defaults and on an individual node) and tried to uncheck the expand children checkbox in both and neither setting stuck. Open the settings again and it's back to being checked. I need some way to uncheck that box.

Comments

seanr’s picture

It's looking like maybe the foreach in menu_block_menu_tree_content_type_edit_form_submit can't distinguish an unchecked checkbox from an empty value. I commented out the if statement in that function and that allowed it to work.