The pagetitle for the add term and edit term pages is set to 'list terms', which makes little sense. This title is a remnant of the list terms page, where the title gets replaced by the term title.

Attached patch sets the page title to the term title, like on the list terms page. This is consistent with how page titles work for local tasks in other areas.

CommentFileSizeAuthor
taxonomy_add_term_0.patch645 bytesahoeben

Comments

drumm’s picture

Version: 5.x-dev » 6.x-dev
Status: Needs review » Patch (to be ported)

Committed to 5.x.

Looks like a similar issue exists in HEAD.

dww’s picture

Version: 6.x-dev » 5.x-dev
Status: Patch (to be ported) » Needs work

This breaks anything that tries to use drupal_execute() to add a taxonomy term. For example, it screws up the title on the installer when using the drupal.org testing profile (http://drupal.org/project/drupalorg_testing). :(

We should revert this change and find a more appropriate place than the form builder function for setting this page title...

tr’s picture

Status: Needs work » Closed (won't fix)

This problem does not exist in Drupal 6.x, and 5.x is now unsupported. So there's no need to keep this issue open.