Closed (fixed)
Project:
Nodeblock
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 12:37 UTC
Updated:
1 Feb 2013 at 16:30 UTC
Jump to comment: Most recent file
When deleting a node, the block isn't removed from the block tables. The following paths fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodeblock-1432726-1.patch | 681 bytes | skilip |
Comments
Comment #1
skilip commentedComment #2
gooddesignusa commentedI applied the patch but it doesn't seem to be removing the item from the blocks table when deleting the node.
Comment #3
Johnny vd Laar commentedThe block_rehash made that the patch didn't work completely. I committed a different version here:
http://drupalcode.org/project/nodeblock.git/commit/94b131e
Comment #4
Johnny vd Laar commented