Posted by pwolanin on September 9, 2007 at 6:56pm
3 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | taxonomy.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Fixes up the titles on the vocab term list and term add pages. The title on the add page is totally wrong/uninformative right now.
see, for example, admin/content/taxonomy/2/add/term
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| taxo_title_fix_1.patch | 2.07 KB | Ignored: Check issue status. | None | None |
Comments
#1
removed extra period in one comment noticed by webernet.
#2
title callback is not useable here because the tab would get the title. Stuff to deal with in Drupal 7. For now, this will do. We already have similar for node_view_page so it's an already accepted way of dealing with stuff like this.
#3
Hm, thanks, committed.
#4