Project:Auto Menu
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Menu node creates a table between menu items and nodes

It uses hook_nodeapi to update it's database entries. It bases it on $node->menu information. Automenu sets menu entries but not the $node->menu information so menu_node never sets the information; my suggestion is to update $node->menu with apprioete menu information after menu information is saved. (Don't have the code since my first idea was to do a if module_exists menu_node and use the menu_node_save function to save the information.. course it didn't work till I upped automenu's module weight :/!).