Hi all,
i think this is a bug. If i delete a node, the relative entries in "node_access" remain.
In taxonomy_access_nodeapi there isn't a case "delete".
This is a problem if your database is very big and your site has a lot of create and delete actions.
How can we fix it?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_access-695664-2.patch | 532 bytes | xjm |
Comments
Comment #1
xjmConfirmed. I'll come up with a patch.
Comment #2
xjmThis patch adds a delete case to hook_nodeapi to remove our realm's grants on node deletion.
Comment #3
keve commentedCommited with small code format changes.