Closed (duplicate)
Project:
Drupal core
Version:
7.12
Component:
taxonomy.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 16:09 UTC
Updated:
12 Mar 2012 at 17:10 UTC
After enabling the metatag module, I could not edit or delete any taxonomy term. The form appeared normally, but after submitting, the changes were not saved.
The taxonomy term edit form uses the default FAPI submit callback - but as soon as another module adds it's own submit handler, the default taxonomy_form_term_submit is never called. I think, the submit handler should be set as the taxonomy.module allows modules to put their fields in with field_attach_form('taxonomy_term', $term, $form, $form_state)
Sure, the contrib module causes the problem - but I think it would be wiser to put the solution in core. I add a patch file with my fast solution.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_admin.patch | 674 bytes | anschinsan |
Comments
Comment #1
dave reidThe real issue here is #1284642: Default validate/submit handlers not added if any form-level validate/submit handlers added in hook_field_attach_form()