Hi ,
It was useful to trace the deleted nodes using node_delete module. It will be great if we have the user id who has deleted the node and time when the node was deleted.
Regards,
Nivedha.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | need-to-track-who-deleted.2192485.patch | 2.92 KB | nivedha |
Comments
Comment #1
nivedha commentedHi
For tracking, i created two extra fields in node_delete table and i added extra lines in .module file. Patch is attached.
Regards,
Nivedha.
Comment #2
nivedha commentedStatus changed.
Comment #3
mrsinguyen commentedCommitted bc2712a
Comment #4
mrsinguyen commentedComment #6
mrsinguyen commentedComment #7
tssarun commented1: need-to-track-who-deleted.2192485.patch queued for re-testing.
Comment #8
mrsinguyen commentedHave fixed some coding standard so this patch can't apply correct.
Comment #10
tssarun commentedHi mrsinguyen,
In node delete operation, node status is changed(status = 0). Is it necessary to remove that deleted nid from node_access table.
i think 'node_access_acquire_grants($node)' function should present in node_delete_form_node_delete_confirm_submit.
regards,
tssarun.