Needs review
Project:
Taxonomy Breadcrumb
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Nov 2012 at 15:45 UTC
Updated:
7 Feb 2013 at 12:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
gurvan commentedI have exactly the same problem
Comment #2
zkey commentedSimilar problem... Follow
Comment #3
philipz commentedI have the same problem. I'm using Hierarchical Select as my widget and I'm saving all parents with lineage. This results in only top parent term showing up in my breadcrumb path.
The problem is
_taxonomy_breadcrumb_node_get_lightest_termfunction which returns the first found term. Judging by its name this seems to work as designed but why is this designed like that? I might be wrong but getting the last term is what should be done here.This patch does not change function name but I can refactor where needed if this change makes sense.
Comment #4
zkey commentedThank you for help!
It's a great module, maybe there is something like ?