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.

CommentFileSizeAuthor
Screenshot23.83 KBTravisCarden
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

apaderno’s picture

Title: Meta tags fieldset appears on delete taxonomy term confirmation page » Implementations of hook_form_FORM_ID_alter() use the wrong FORM_ID
Version: 6.x-1.0 » 6.x-1.x-dev

It seems that the code is using the wrong forms ID; that is the reason of the problem.

apaderno’s picture

Title: Implementations of hook_form_FORM_ID_alter() use the wrong FORM_ID » Wrong implementations of hook_form_FORM_ID_alter()
Status: Active » Fixed

The 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.

apaderno’s picture

Issue tags: +6.x-1.0

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.0

Automatically closed -- issue fixed for 2 weeks with no activity.