Needs review
Project:
Multiple Node Menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Aug 2011 at 16:37 UTC
Updated:
8 Feb 2013 at 14:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
lee20 commentedSubscribing. I need to integrate this module with CTM as well. I will be working on a patch that does a better job integrating the two modules.
Comment #2
lee20 commentedAttached is a proposed patch which uses an #after_build callback to overwrite the parent options for existing menu items with the parent options available when adding a menu item. This allows for modules such as CTM to alter the parent options using hook_form_alter() and ensures that the parent options for existing menu items are equivalent to the parent options for adding a menu item.
There is some cleanup that can be done to eliminate processing that is always overridden by this patch.
Comment #3
kruser commentedSame issue in Drupal 7. If a content type doesn't have any menus enabled, then this module still shows an option for menus regardless.
Comment #4
lee20 commented@kruser - I think this issue may be related to what you are talking about #843006: dont alter the form when there is no menu fieldset
Comment #5
kruser commentedYou're right, this is a duplicate. thanks.