Active
Project:
Taxonomy Token
Version:
6.x-1.4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Mar 2011 at 18:49 UTC
Updated:
5 Jun 2011 at 21:07 UTC
Incorrect finding of the parent term in the hierarchical taxonomy.
As result, for example, token "[node:vocab:1:termpath]" does not always work properly.
In my opinion, the reason for this is that the top-level term is determined by weight, although more correct to use the table "term_hierarchy".
Now this module use query:
"SELECT ... FROM ..{term_data} td ... ORDER BY ... td.weight ..."
and dont use table "term_hierarchy".
Comments
Comment #1
eresik commentedI wonder why nobody noticed before.
Comment #2
achtonSubscribing.
Comment #3
lionux commentedUpgraded the priority as this make the usage of this module unpredictable.
Tried to get two taxonomies with several level of hierarchy on my url, but one works, the other does not.
Not sure if this will break after an upgrade or not.
Comment #4
Alex Andrascu commentedsubscribing...got this aswell
Comment #5
achtonThis sounds similar to my issue in #1171324: Incorrect term selected for certain node revisions , please see if the approach in that patch can be appliede to this problem as well.