Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 22:14 UTC
Updated:
13 Oct 2009 at 16:16 UTC
There seems to be trouble with the assignment of your submit handler
// Add submit handler
$form['submit']['#submit'][]
I changed the array (in two places) to the following, and it seemed to fix the problem
// Add submit handler
$form['#submit'][]
Please test before including it in the next dev. It seems to be ok.
Comments
Comment #1
derekwebb1 commentedAre you saying you cannot save changes to the TVI vocab settings at the vocab edit page?
I am using 6.x-1.0-beta2 and I am having no issues with that.
****
[edit] It was saving changes. It did not, however, redirect back to the main vocab edit page though unless I have it as you posted it. Your modification has no ill effect so we'll keep it.
Thanks again! Thats 2
Best regards, Derek
****
Comment #2
jefftrnr commentedI'm not sure if other taxonomy modules are affecting it somehow, yet before making the change, it was not saving data and was not throwing errors. It seemed to be ignoring any values saved to the form - changes to the title, etc.
But, if you're fine with the change, so be it and feel free to close this tag. Thanks so much for your quick replies.
Comment #3
derekwebb1 commentedAh, I didn't try to change the vocab title. I will check that out. I have committed your changes on this. Thanks for the sharp eye.
Derek
Comment #4
derekwebb1 commentedComment #5
lelizondo commentedI'm also having this problem, I can't add new content types to the vocab, change the title, description or help message, anything but the options inside the TVI fieldset.
If I disable the module and save the vocab page everything works and then I just have to re-enable TVI. This isn't critical since the module works.
Comment #6
derekwebb1 commentedHey Luis,
Are you using Beta3? I am having no issues changing cont. types etc... for vocab at any rate.
Derek
Comment #7
lelizondo commentedNo I'm using beta-2, didn't realize beta-3 was released. I'll give it a try on monday and reopen if I'm still have the problem.
Comment #8
derekwebb1 commented