I had set up a custom content type with a link field.
Link field seems to generate errors, so I want to disable link module
Which tells me to delete all content that uses the field first
Clicking the delete link on the block instance config form redirects to a page not found:
> The requested page "/block/1e3627b6-2142-4789-bf07-7bd8dd006213/delete" could not be found.
The block is not deleted.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | delete-custom-block-1957742.fail_.patch | 979 bytes | larowlan |
| #2 | delete-custom-block-1957742.pass_.patch | 1.74 KB | larowlan |
Comments
Comment #1
larowlanComment #2
larowlanMissed reference to uuid in the cleanup.
Comment #3
andypostNice, I wonder is there a reason to use uuid as id?
Comment #4
webchickUh. Not being able to delete blocks sounds pretty serious. :P
Thanks for the fix! Committed and pushed to 8.x.