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
Comments
Comment #1
drupalfan2 commentedWhen will this bug be solved?
Comment #2
mas160 commentedSame 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.
Comment #3
jcamfield commentedSubscribing; I have the exact problem as described in #2, except the accidental replacement parent term is always the same term, regardless of whatever other terms were selected, and is the last (heaviest weight) parent taxonomy term.
Comment #4
portulacasubscribing, exactly the same issues as all of the above
Comment #5
mario_prkos commentedThis is solution which works for me. Problem was that parent check boxes had same input name so last one overrides all others. Patch the file taxonomy_super_select.module
Comment #6
izmeez commentedsubscribing
Comment #7
stijn vanhandsaeme commentedSame issue here
Comment #8
ChristianP commentedOmg lifesaving. Thank you!
Comment #9
yngens commentedHas release of 6.x-1.0 on 2009-Jan-21 included this patch or not?
Comment #10
dago.aceves commentedHad the same issue... verified patch works on 6.x-1.0
Please include this patch or if you have a more elegant solution do that instead. Otherwise, this module's feature is considerably compromised.
Comment #11
portulacaI can also confirm the patch works. Thank you!
Comment #12
sgwealti commentedThank you so much for that patch. Fixed the problem for me also. This module would be useless to me without the patch.
Comment #13
jcisio commentedDuplicate of #369656: TTS doesn't save parent terms?