Since I updated to Beta 4, I can not delete any Term.
When trying to delete it via the "edit term" page like admin/content/taxonomy/edit/term/24
I always get this message:

* warning: Illegal offset type in isset or empty in /anmutunddemut/modules/taxonomy/taxonomy.module on line 1002.
* warning: Illegal offset type in /anmutunddemut/modules/taxonomy/taxonomy.module on line 1003.
* warning: Illegal offset type in /anmutunddemut/modules/taxonomy/taxonomy.module on line 1006.

Help? Thanks!

CommentFileSizeAuthor
#1 taxonomy.admin_.inc_.patch732 bytessign
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sign’s picture

FileSize
732 bytes

There is a deprecated callback on Delete button.

sign’s picture

Status: Active » Needs review
blackdog’s picture

Status: Needs review » Reviewed & tested by the community

Tested without patch, terms cannot be deleted, with patch everything works well.

sammys’s picture

RTBC confirmed.

blackdog’s picture

Version: 6.0-beta4 » 6.x-dev

Still applies.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Needs review

So where does the confirm for go? How is it implemented now?

blackdog’s picture

Status: Needs review » Reviewed & tested by the community

With this patch I get to a confirmation page where I have to confirm term deletion. The submit function calls taxonomy_term_confirm_delete_submit(), which returns the confirmation form.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed this.

Benjamin Birkenhake’s picture

Fine. Thank you all.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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