Posted by amateescu on March 8, 2013 at 3:08pm
7 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | menu_link.module |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Quick fix |
Issue Summary
Bundle info has been moved to a new hook hook_entity_bundle_info() and the menu_link entity type doesn't even need to explicitely declare any bundle at the moment.
Comments
#1
And the patch.
#2
#3
Can't get any 'quicker' fix than this :)
#4
Sorry, x-post.
#5
+1 here and follow to issue #1966298: Introduce menu link bundles per menus
#6
Where 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...
#7
It's provided by default in entity_get_bundles().
#8
Why do user module define it then?
#9
Looks like this still needs discussion.
#10
I'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?
#11
That 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.
#12
Thanks!
#13
Committed and pushed to 8.x. Thanks!
#14
Automatically closed -- issue fixed for 2 weeks with no activity.