At admin/structure/types/add the page title is just 'Content types'.

drupal-content-type-add-1.png

CommentFileSizeAuthor
drupal-content-type-add-1.png72.28 KBjoachim

Comments

jonathan webb’s picture

Title: no indication on the 'add content type' page » Page/Overlay title doesn't change when MENU_LOCAL_ACTION is used
Component: node.module » menu.module

If you create a menu-item as a MENU_LOCAL_ACTION clicking on the menu-item does not change the title (though the breadcrumb does change). This is because MENU_LOCAL_ACTION has bitwise inclusion of MENU_IS_LOCAL_TASK and items flagged as MENU_IS_LOCAL_TASK are excluded from menu_get_active_title().

A quickfix would be to alter the boolean expression in menu_get_active_title(), but I think the bigger problem is that MENU_LOCAL_ACTION includes MENU_IS_LOCAL_TASK, and the reliance on menu_local_tasks() to build the actions menu.

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.