Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2007 at 15:16 UTC
Updated:
26 May 2011 at 04:31 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_add_term_0.patch | 645 bytes | ahoeben |
Comments
Comment #1
drummCommitted to 5.x.
Looks like a similar issue exists in HEAD.
Comment #2
dwwThis 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...
Comment #3
tr commentedThis problem does not exist in Drupal 6.x, and 5.x is now unsupported. So there's no need to keep this issue open.