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

derekwebb1’s picture

Are 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
****

jefftrnr’s picture

I'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.

derekwebb1’s picture

Ah, 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

derekwebb1’s picture

Status: Needs review » Closed (fixed)
lelizondo’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Active

I'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.

derekwebb1’s picture

Hey Luis,

Are you using Beta3? I am having no issues changing cont. types etc... for vocab at any rate.

Derek

lelizondo’s picture

Status: Active » Fixed

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

derekwebb1’s picture

Status: Fixed » Closed (fixed)