Multiple Parents / Does not show child term in URL Alias
angie373 - December 4, 2009 - 21:51
| Project: | Pathauto |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Essentially the taxonomy tree that I have created is:
Vocabulary
A
-1
B
-1
In the example above I have terms A and B set to both be the parent term of the child -1 using multiple hierarchy. Multi-select is enabled. I have a CCK node with a field for the content taxonomity. I have multi-select enabled on the CCK field and check off both terms in the node upon save. The pattern for the node path is set as [vocab-raw]/[termpath-raw]/[title-raw]. I need the output to be Vocabulary/A/-1/title. My output though is Vocabulary/A/title. Is this a bug or am I not doing something correctly?
Thanks in advance for your help.

#1
Is Multiple hierarchy supported by the core taxonomy module?