Category module creates menu item. Looking at the database, I have a menu item with a menu.type value of 36, which is "MENU_VISIBLE_IN_BREADCRUMB" + "MENU_MODIFIED_BY_ADMIN".

Shouldn't it be "MENU_MODIFIABLE_BY_ADMIN" instead of "MENU_MODIFIED_BY_ADMIN"?

I'm still not too familiar with category.module internals, but this seems strange to me. This value makes it impossible to modify this menu item through the menu administration interface.

Comments

mathieu’s picture

Forgot to mention ... That 36 is decimal, as seen in phpmyadmin.

bdragon’s picture

It's on purpose.
It's a dirty trick to force menu to handle breadcrumbs for category_menu. In my opinion it needs to be shot.

A better way to handle this is to have a dedicated module to handle breadcrumbs. There's some stuff in the issue queue somewhere regarding this...

bdragon’s picture

Status: Active » Closed (works as designed)