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

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Hm. 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.

najibx’s picture

To 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.

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I 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.

najibx’s picture

From 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.

sun’s picture

Technically, creating/editing/moving/deleting menu router links is the same. That's why this is a duplicate of the other issue.

najibx’s picture

Status: Closed (duplicate) » Fixed

OK, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.