On the administrative categories page(a.k.a. taxonomy overview page: admin/taxonomy), this patch makes each term link to its respective taxonomy/term/(x) page.

This is a very simple change that really increases the utility of the overview page as a navigational aid to the admin.

CommentFileSizeAuthor
#1 taxonomy_13.patch1.02 KBchx
taxonomy_12.patch823 bytesZach Harkey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

FileSize
1.02 KB

Idea very good, implementation and patch is wrong. I corrected to taxonomy/term/$term->tid and created proper CVS diff.

Uwe Hermann’s picture

Status: Needs review » Reviewed & tested by the community

+1. Patch applies, is simple, does what it should, and is a nice usability improvement.

Zach Harkey’s picture

I should also add that this functionality is already present in the main content(admin/node) and users(admin/user) lists, so there is already precedence for this behavior, and this patch provides much needed consistency.

The image galleries(admin/image) would also benefit from this feature.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)