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?

CommentFileSizeAuthor
#2 taxonomy_access-695664-2.patch532 bytesxjm

Comments

xjm’s picture

Assigned: Unassigned » xjm

Confirmed. I'll come up with a patch.

xjm’s picture

Status: Active » Needs review
StatusFileSize
new532 bytes

This patch adds a delete case to hook_nodeapi to remove our realm's grants on node deletion.

keve’s picture

Status: Needs review » Fixed

Commited with small code format changes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.