Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Mar 2009 at 18:41 UTC
Updated:
29 Jul 2014 at 18:13 UTC
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
Comment #1
agentrickardWouldn't thus require weighting of the menus and a UI for that?
Comment #2
Bojhan commentedYes, but also we partially fixed this already.
Comment #3
agentrickardYay! My post-DrupalCon fervor helped close an issue! :-)