Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
block.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2007 at 17:47 UTC
Updated:
2 Jul 2007 at 19:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedi couldn't test this completely because there's a bug that prevents a blocks roles from being saved but it would seem to me that we should be deleting records from {block_roles} as well...
Comment #2
drewish commentedhttp://drupal.org/node/152585 fixes the saving problem...
Comment #3
hunmonk commentedre-rolled to include removing data from {blocks_roles}. looking at the code in HEAD, it seems that we've never deleted from {blocks_roles} when a block is deleted! perhaps we should work up a db upgrade for that. out of scope for this patch, of course...
Comment #4
hunmonk commentedre-rolled again to stay current w/ HEAD.
Comment #5
webchickTested and works! RTBC.
Comment #6
hunmonk commentedComment #7
webchickDeletion API was rolled back.