Project:Taxonomy Super Select (TSS)
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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

#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.

#3

Subscribing; 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.

#4

subscribing, exactly the same issues as all of the above

#5

This 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

AttachmentSize
parent_tax_fix.patch 690 bytes

#6

subscribing

#7

Same issue here

#8

Omg lifesaving. Thank you!

#9

Has release of 6.x-1.0 on 2009-Jan-21 included this patch or not?

#10

Had 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.

#11

Status:active» reviewed & tested by the community

I can also confirm the patch works. Thank you!

#12

Thank you so much for that patch. Fixed the problem for me also. This module would be useless to me without the patch.

#13

Status:reviewed & tested by the community» closed (duplicate)

Duplicate of #369656: TTS doesn't save parent terms?