Closed (fixed)
Project:
Taxonomy Super Select (TSS)
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jun 2007 at 15:25 UTC
Updated:
17 Oct 2010 at 10:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jenlamptonThe problem with parent items is that the value of the parents wasn't being set correctly in the name of the form item, so even though a user can select the category they like, it doesn't get saved correctly.
should be changed to
patch attached.
-Jen
Comment #2
kinnel commentedThis seems to fix the problems I've been having where the top-level term would not get saved.
Also, the top-level term would not display in the views filter.
Thanks!
Comment #3
Dimm commentedThanks!
Comment #4
ali27 commentedi found that it is better if you change it to :
Comment #5
nancydruCan you please try 5.x-1.10 and see if this problem still exists? I suspect it is now fixed. If it is, please mark this issue as fixed. Thanks.
Comment #6
doc2@drupalfr.org commentedSame bug fixed for version 1.5-1 by Ali in #4 reappeared in 1.10.
Comment #7
nancydruworks for me
Comment #8
doc2@drupalfr.org commentedStill in 5.1-11.
Attached is the export XML file (thanks to the Taxonomy Import/Export module) of one of the conflicting vocabularies. It's called "Lieux", for "Location".
When I tag the parent Term "Aix-en-Provence", I have EACH time "Vaison-la-Romaine" tagged INSTEAD (same level in vocab).
In the Musique vocab, Prokoviev is always tagged instead of Bach. Just as a remark, none of the terms are the First or Last of the list.
Comment #9
Ocyrhoé commentedworks for me on 6.x
Comment #10
chaloalvarezj commentedBUG confirmed: Parent term is not saved, other term gets saved instead.
Have applied the patch to the latest version for drupal 6 and works perfectly so far. Please maintainer commit this patch as this bug is critical: It practically renders the module unusable.
Cheers
Comment #11
marpic commentedThis bug is still present for version 6.x-1.0. The attached patch fix the bux.
I also believe this is a critical bug (ok, this was just a +1 comment... :-) ).
Comment #12
doc2@drupalfr.org commentedDid you forget the patch? I can't find it... is it easily portable to d5 versions? Thanks in advance. Regards, Arsène
Comment #13
a_c_m commentedStill seems to be a bug in 6.x-1.0
Comment #14
a_c_m commentedPatch fixes the issue, i had to apply it myself (as i have other patches applied).
For me it was around line 194, in the _tss_branch() function.
Comment #15
jcisio commentedFixed in 6.x in #369656: TTS doesn't save parent terms?. Sorry, but you need to apply #4 for 5.x branch. I can't test, however.
Comment #16
jcisio commented