When you want to select a menu, administer will show up on top, this inmediadly scares the user - who should be confronted with navigation and main menu instead. Although I know a couple issues are around this (ie hierachal select), fixing it by adding a weight to it might be easier.

Some information :

$result = db_query("SELECT * FROM {menu_custom} ORDER BY title"); in menu.module: function menu_parent_options($menus, $item) { actually - the ordering is done in function menu_get_menus() - that's where the query would need to be change to consider a new weight feild

Comments

agentrickard’s picture

Version: 7.x-dev » 8.x-dev
Category: task » feature

Wouldn't thus require weighting of the menus and a UI for that?

Bojhan’s picture

Status: Active » Closed (won't fix)

Yes, but also we partially fixed this already.

agentrickard’s picture

Yay! My post-DrupalCon fervor helped close an issue! :-)