Current 2.x-dev has a bug where custom blocks created by any other module that uses a delete URL matching...
admin/structure/block/administer/%/%/delete
... may not be able to be deleted because Twitter Block intercepts the call and presents the confirmation page to delete the Twitter block rather than the desired block.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matthewandrews’s picture

Devin Carlson’s picture

Status: Active » Needs review
Devin Carlson’s picture

Good catch and thanks for the patch!

I think that, since the $module page argument is being hardcoded, we might as well hardcode it in twitter_block_delete() as well and get rid of the $module argument altogether.

Devin Carlson’s picture

Status: Needs review » Fixed

Committed #3 to Twitter Block 7.x-2.x.

Status: Fixed » Closed (fixed)

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