Expected behavior:

I can set all the expansion defaults for a menu on the menu's page, so one page build, checks, and one submit.

Current behavior at admin/structure/menu/manage/management:

I must go into each menu item to set its expansion (as in older versions of D6). Multiple page clicks, multiple page builds, multiple submits.

Expansion defaults should be a function of the menu (the context) and not the menu item.

Comments

info@zrix.com’s picture

Assigned: Unassigned » info@zrix.com
Status: Active » Needs review
StatusFileSize
new1.81 KB

Form has been updated with the new expanded column checkbox.

Status: Needs review » Needs work

The last submitted patch, menu.admin_.inc_.patch, failed testing.

shunting’s picture

OMG, thank you! (This is such a big AX (?? Admin Experience) issue, you have no idea. Thanks for this.

aspilicious’s picture

Status: Needs work » Needs review
StatusFileSize
new1.8 KB

Ok corrected the line endings on his patch, rdy for real review hopefully

aspilicious’s picture

One space to much

aspilicious’s picture

Title: Please restore the D6 "Expanded" column on main menu admin page » Please restore the D6 "Expanded" column on main menu admin page

Enough spaces
No tabs

ready for a real review

MichaelCole’s picture

himerus’s picture

For those that find this issue because you DO wonder where the "expanded" checkboxes went on the menu_overview_form, I have added a module: http://drupal.org/project/menu_expanded which adds them back in for those who DO like them on the interface, and need to set a lot of menu items to expanded quickly, and on the same screen as we were used to prior to D7.

Since this didn't make it back into core because of #564886: Remove 'expanded' checkbox from menu item overview, this module will bring it back for those of us that do want/use it on a regular basis, or just need/want to expand a long list of menu items on a single page.

shunting’s picture

Thank you! It's nice to be able to expand all the menus one wants in one fell swoop!

damien tournoud’s picture

Status: Needs review » Closed (won't fix)

In the meantime, I'm marking this one as won't fix for core. Those kinds of big forms are not safe for concurrent edits (imagine what happens when two admins submit the form in the same period of time... so I am not sad to see this go.