Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu_link.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Mar 2013 at 15:08 UTC
Updated:
29 Jul 2014 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedAnd the patch.
Comment #2
swentel commentedComment #3
amateescu commentedCan't get any 'quicker' fix than this :)
Comment #4
amateescu commentedSorry, x-post.
Comment #5
andypost+1 here and follow to issue #1966298: Introduce menu link bundles per menus
Comment #6
gábor hojtsyWhere is this bundle defined then? I see user defines it with this hook, but no such hook for menu items? http://api.drupal.org/api/drupal/core%21includes%21entity.api.php/functi...
Comment #7
amateescu commentedIt's provided by default in entity_get_bundles().
Comment #8
gábor hojtsyWhy do user module define it then?
Comment #9
webchickLooks like this still needs discussion.
Comment #10
gábor hojtsyI've been responded to on IRC that people don't know either. However a module doing something relatively useless should not be a reason for this to do it too. One thing that user module does is it specifies a path for the account settings (as the bundle config path?) which is kind of odd. Although if that is useful for some UI interaction, then maybe menu module should do the same?
Comment #11
swentel commentedThat path is used by Field UI so the 'Manage fields' and 'Manage Display' screens are placed correctly, so that's only usefull if your entity is fieldable.
Comment #12
gábor hojtsyThanks!
Comment #13
webchickCommitted and pushed to 8.x. Thanks!