Closed (fixed)
Project:
Taxonomy Super Select (TSS)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 02:02 UTC
Updated:
21 Oct 2010 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedComment #2
jcisio commentedA ] is missing at line 125. And I prefer
!empty($X)toisset($X) && $X.There is a bug when submitting data, terms are not saved correctly. I think it is related to a recent commit. I'll check it later today and then commit this patch.
Comment #3
jcisio commentedFixed in http://drupal.org/cvs?commit=432608
I can't see notice, even with error_reporting(E_ALL). Don't know why, and don't have time to investigate :D But that commit should work.
Comment #4
mikeytown2 commentedHow to enable notices: http://randyfay.com/node/76
Comment #5
jcisio commentedGreat! I'm fixing it now. However it requires more than I think...
Comment #6
jcisio commentedFixed. Finally.