Closed (fixed)
Project:
Taxonomy Redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2008 at 03:37 UTC
Updated:
9 Oct 2008 at 00:34 UTC
The $term object passed to taxonomy_redirect_term_path() isn't the full term object; it's just tid and vid. So replacing !name with $term->name doesn't work. Adding a taxonomy_get_term() call fixes this, but I suppose it might be a bit of a drag on pages with a lot of links.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_redirect-6.x-1.x-dev-term_name_bug.patch | 417 bytes | Matthew Davidson |
Comments
Comment #1
agileware commentedThis is tested in 6.x-1.1 and the object is passed through so !name is working.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.