Closed (won't fix)
Project:
Taxonomy Menu
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 20:17 UTC
Updated:
1 Feb 2013 at 14:08 UTC
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
Comment #1
johnvI see this is implemented in 7.x-2.0-alpha2.
Any change of a backport?
Comment #2
hles commentedI 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.
Comment #3
johnvOk,sounds fair.