Closed (outdated)
Project:
Drupal core
Version:
8.3.x-dev
Component:
menu.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jan 2013 at 15:54 UTC
Updated:
15 May 2017 at 06:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostThey are needed to select parent menu link all over core.

Suppose we need deeper refactoring of menu link selection widget - for example:
[select menu] - ajax loads dependent list of it's menu-items
[select menu item]
Comment #2
andypostLooks like there's only few forms to add menu links, so we should just unify this widget to MenuLinkFormController
menu_edit_item() - hopefully gone with #916388: Convert menu links into entities to form controller
menu_form_node_form_alter()
shortcut_link_edit()
Comment #2.0
andypostUpdated issue summary.
Comment #6
andypost