Closed (fixed)
Project:
Webform
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 00:27 UTC
Updated:
12 Feb 2010 at 10:10 UTC
Hi,
The Update menu item is the parent of 2 items:
1. node/NODE_NUM/edit , and
2. node/NODE_NUM/edit/components
I would like to "upgrade" these 2 menu items to be as "primary" at their parent, and to remove the parent altogether. For my needs it will make simpler the use by some users.
Can anybody give me a clue how to do it?
Thanks!
Comments
Comment #1
amir simantov commentedI have used an incorrect term. I should have used 'tab' instead of 'menu' and 'tab item' (I guess) instead of "menu item'.
Comment #2
quicksketchI don't think converting these options is a very safe thing to do. However in the 3.x version, these items have been moved up to the main set of tabs anyway. The safest approach here is to upgrade to 3.x. Outside of that, we're looking at hook_menu_alter(), which would be outside the scope of the Webform issue queue.
I'm closing this issue directly considering its age.