Once created there is now way in the admin interface to delete a piecemaker block.
There is a menu path created but it is not linked to from anywhere.
to delete a block you simply click the configure link on the blocks admin page and then add /delete to the end of the url and it should take you to the deletion page. Example you click the configure link for a block and it takes you to either:
admin/structure/block/piecemaker/edit/1 or admin/structure/block/piecemaker/edit/1/configure
so for that block (piecemaker block id #1) you would simply go to:
admin/structure/block/piecemaker/edit/1/delete
And that would bring you to the delete confirmation page.
Patch to fix this and add the delete link to the block listing page is attached
| Comment | File | Size | Author |
|---|---|---|---|
| pb_delete.patch | 833 bytes | arcaneadam |
Comments
Comment #1
arcaneadam commentedFixed on dev.
http://drupal.org/commitlog/commit/23650/1c37c9276116ff354acfe8059a42abf...
Comment #2
rootical commentedI am having the following error while trying to delete a block
piecemaker_blocks/block.admin.inc' (include_path='.;/usr/local/php5/PEAR') in A:\home\ooriflame.by\www\includes\menu.inc on line 514
Comment #3
webmestre commentedSame problem, even with the dev version (drupal-7.7)
Comment #4
webmestre commentedSame problem :
d7-14
piecemaker 7.x-1.x-dev