Please take a look at my issue in the taxonomy.module: http://drupal.org/node/1478944

After enabling metatag module, it was impossible to edit or delete taxonomy terms. I think, the problem is caused by the taxonomy.module - but I think, you should check your form fields as well to avoid problems.

I was able to save terms again after disabling the following lines in function metatag_metatags_form

<?php 
  $form += array('#submit' => array());
  array_unshift($form['#submit'], 'metatag_metatags_form_submit');
?>

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

This should already be fixed in the latest release. Please test the latest version.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Active
Issue tags: +D7 stable release blocker

Marked #1494430: Problems creating and deleting terms when Metatag is enabled as a duplicate. This will be fully tested prior to the 1.0 stable release.

dave reid’s picture

Status: Active » Closed (duplicate)