When deleting a taxonomy term with Meta Tags installed, the Meta Tags fieldset appears on the delete term confirmation page as shown in the attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot | 23.83 KB | traviscarden |
When deleting a taxonomy term with Meta Tags installed, the Meta Tags fieldset appears on the delete term confirmation page as shown in the attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot | 23.83 KB | traviscarden |
Comments
Comment #1
avpadernoIt seems that the code is using the wrong forms ID; that is the reason of the problem.
Comment #2
avpadernoThe other problem is caused by the fact the save form build is used to build three different forms, and one of them is the delete confirmation form.
I changed the implementation of
hook_form_FORM_ID_alter()to verify which form is being built.Thanks for your report.
Comment #3
avpaderno