This module implements hook_form_alter(), using it on only 1 form.
Hence, we have too many code running on all-but-one pages.

So, we should rename
from function taxonomy_menu_form_alter(&$form, &$form_state, $form_id) {
to function taxonomy_menu_form_taxonomy_form_vocabulary_alter(&$form, &$form_state, $form_id) {

P.S. this requires a cache flush to be effective.

Comments

johnv’s picture

I see this is implemented in 7.x-2.0-alpha2.
Any change of a backport?

hles’s picture

I don't think there will be any backport. Problem is 2.x version has already pretty much all the features of 1.4 with a lot more tests, so we focus on getting 2.x out as soon as possible. We have very limited time to maintain the module so we want to backport only if it's critical.

johnv’s picture

Status: Active » Closed (won't fix)

Ok,sounds fair.