Posted by andersiversen on July 15, 2012 at 6:45pm
2 followers
Jump to:
| Project: | Hierarchical Select |
| Version: | 7.x-3.x-dev |
| Component: | Code - Taxonomy |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have a content type where I'm using the dropbox in hierarchical select to select multiple child terms from a taxonomy vocabulary.
Simplified the Vocabulary looks like this:
TermA
-1
-2
-3
TermB
-1
-2
-3The children 1, 2 and 3 have both TermA and TermB as parents - so there's only the three children and not six children.
Creating content, the user must select children, and is allowed to select multiple children.
It works fine when I'm selecting TermB -> 1 but if I then also add TermA -> 2, TermB -> 2 also get's selected.
So selected terms should look like this:
TermB -> 1
TermA -> 2But it looks like
TermB -> 1
TermB -> 2
TermA -> 2And if I then try to remove TermB->2 it also removes TermA->2
I think it is a bug - or do I have to create unique children for all of my parent terms ? (I have more than two parents, and they all need to have the same six children).
Comments
#1
Anyone working on this?