Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 16:06 UTC
Updated:
11 Jan 2010 at 03:03 UTC
Originally reported by Gábor Hojtsy as a side comment in #610234: Overlay implementation:
If you click the "edit shorcuts" button and then edit one of the earlier shortcuts in your list (e.g., "Find content") and change the title, that shortcut will get bumped to the end of the list after it is saved.
Comments
Comment #1
webchickConfirmed; this is still an issue.
Comment #2
asimmonds commentedThe weight value that is returned from menu_link_load() is incorrect. ie it's coming from the menu_router table instead of the menu_links table.
Existing issue for this is #605926: Menu link weight changes when editing a node
I've just tried the patch there and it appears to have fixed this issue.
Comment #3
webchickOh, well I'll go meet you over at that issue then. :)
Comment #4
webchickWrong status.