Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Nov 2014 at 15:58 UTC
Updated:
23 Dec 2014 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersComment #2
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed a1a08fe and pushed to 8.0.x. Thanks!
Comment #4
yoroy commentedI don't see any other link besides 'Configure block' on my menu block. Caching on or off doesn't seem to matter.
Comment #5
wim leersJust to make sure: please clear your caches, try in incognito mode, or try in a different browser. This could be a browser caching problem.
Comment #6
yoroy commentedChecked in another browser, situation is as described in #4.
Edit: I do see the 'edit menu' link for the core 'Tools' block, but not for my own, newly created menu.
Comment #7
olli commented@yoroy you are right.
That menu_list_system_menus() returns only system-defined (default) menus.
Could you open a new issue?
Comment #8
yoroy commentedSure: #2389753: Add contextual links to menu blocks directly instead using a hook_block_view_alter
Comment #9
yoroy commentedBack to fixed for this one then.