Wrong term assignment
hewhocutsdown - June 19, 2009 - 19:50
| Project: | Taxonomy Super Select |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If I can resolve these one or two issues, this modules will be a life saver...thank you, in advance.
Now the meat:
I have a multiple-hierarchy tree, weighted at points, etc. I created a new article, and hit 4 checkboxes for 4 different terms (none of them, just so you know, had multiple parents). The resulting article had only 2 terms applied to it - the 4th that I had selected and then another term that I hadn't selected.
The only commonality between the other three is that they are parent terms. So it looks something like:
Grandparent
+ Parent <= Selected
+ Parent <= Selected
+ Parent <= Selected
+ Child <= Selected <= Applied
Parent
+ Child <= Applied

#1
When will this bug be solved?
#2
Same issue.
This appear to happen only if "Display parent terms as form items" option is set, and only a parent term is selected in node/edit.
Example: I have a vocab like this
Fruits
- Apple
- Banana
- Peach
Vegetables
- Pepper
- Tomato
Fish
Meat
Vocab is not required and multiple select, said option is checked.
If in node edit I select a parent term and a child term, say Fruits+Apple after saving node is assigned to Vegetables+Apple. Thus appear only terms that have childs are affected.
If it concerns tids of parent and connected childs are not consecutive.
Without setting option "Display parent terms as form items" all works fine.