Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 21:39 UTC
Updated:
8 Oct 2009 at 23:50 UTC
When I add Argument "Taxonomy: Term Id (with depth)" and set it to 2 module generate this sql:
LEFT JOIN term_hierarchy term_hierarchy ON term_node.tid = term_hierarchy.tid
LEFT JOIN term_hierarchy term_hierarchy_1 ON term_hierarchy.parent = term_hierarchy_1.tid
LEFT JOIN term_hierarchy_1 term_hierarchy_1_1 ON term_hierarchy_1.parent = term_hierarchy_1_1.tid
LEFT JOIN term_hierarchy_1 at this line I get sql error
Comments
Comment #1
MantasK commentedComment #2
merlinofchaos commentedI reverted http://drupal.org/node/333439 f