Closed (fixed)
Project:
Administration menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 05:21 UTC
Updated:
24 Nov 2008 at 15:22 UTC
With drupal 6.5, no other module installed (just enabled clean URL). Everything in /admin/settings/performance is disable.
Without administration menu, I can modify menu as I wish. Once administration menu is installed, I cannot modify the navigation menu (Primary menu is fine) - ie. enable menu, change parent in admin/build/menu-customize/navigation
1. Disable admin menu, works fine.
2. Enable admin menu, not work again !
3. Just being crazy, try enable, then disable admin menu again several times. I think after the 3rd time, the navigation menu is no longer can be changed, regardless admin menu is enable or disable except going into specific menu item and enable it.
Comments
Comment #1
sunHm. I'm not sure I can follow you here. Could you please elaborate a bit further on this? Proper, detailed steps to replicate your issue would be necessary.
Comment #2
najibx commentedTo replicate :
1. Install drupal fresh with clean URL
2. Go the navigation menu at /admin/build/menu-customize/navigation and change something (i.e enable/disable menu). Should work
3. Enable Administration Menu
4. Now try again to change menu at the navigation menu /admin/build/menu-customize/navigation. Not work
Change primary/sec menu, is no problem.
Comment #3
sunI am able to customize any parts of the regular Navigation menu.
However, I can only guess that you mean that any changes to the Navigation menu do not appear or happen in DAM. That's a known issue. In 6.x, DAM is just a straight copy of all hook_menu() implementations in Drupal modules currently. Hence, marking as duplicate of #276751: Allow to alter/customize/add links in administration menu.
Comment #4
najibx commentedFrom my demo site, yes, you can add new menu item, i added one too, but you can't move it around (up/down) nor your can enable/disable it.
Comment #5
sunTechnically, creating/editing/moving/deleting menu router links is the same. That's why this is a duplicate of the other issue.
Comment #6
najibx commentedOK, here's the real problem and I got it solved. Nothing to do with DAM, it's suhosin! Sorry for the blame.
http://drupal.org/node/229906#comment-1101146
so marked as fixed, not duplicate