Leftover from FAPI3 migration - taxonomy selectors on node forms are broken.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_38.patch | 815 bytes | yched |
| taxonomy_37.patch | 894 bytes | yched |
Leftover from FAPI3 migration - taxonomy selectors on node forms are broken.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_38.patch | 815 bytes | yched |
| taxonomy_37.patch | 894 bytes | yched |
Comments
Comment #1
yched commentedActually, it's not a 'FAPI3 leftover', its an inappropriate FAPI3 $form_values param that was added to the taxonomy_form function, probably by an automated script at some point during FAPI3 conversion because the function name ends with _form.
Better patch attached
Comment #2
asimmonds commentedduplicate with http://drupal.org/node/150299
(and it's even a identical patch...)