Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Oct 2013 at 21:11 UTC
Updated:
29 Jul 2014 at 23:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettBefore:

After:
Comment #2
pwolanin commentedThis looks reasonable to me. Initially we keyed the plug local actions by path which prevented this problem, but later we switched to route name.
By putting anything from hook_menu also by route it's the correct fix.
Comment #3
nod_tested and fixed my problem. If pwolanin is ok with it, RTBC then :)
Comment #5
tim.plunkettTwo local actions are in a different order now:
When two hook_menu-based local actions have the same weight, they were previously ordered by href, now they are ordered by route name.
That's why these switched (d < h, 2 < 4).
Yay for test coverage!
Comment #6
pwolanin commentedComment #7
catchCommitted/pushed to 8.x, thanks!