- Issue created by @bharath-kondeti
- Assigned to diwakar07
- Merge request !8Issue #3463691: Added a column to track delete action. → (Open) created by diwakar07
- Issue was unassigned.
- Status changed to Needs review
5 months ago 11:54am 5 August 2024 - 🇮🇳India diwakar07
Hi,
Added a column in the db to store the user delete action type.
Please review.Thanks.
- 🇮🇳India bharath-kondeti Hyderabad
Looks okay to me. Maintainers can take a call, if this feature is needed in this module.
- 🇮🇳India Tirupati_Singh
Hi, I've applied the provided MR as a patch and it applied cleanly with no errors. Before applying the patch, on deleting any user with option
Delete the account and make its content belong to the Anonymous user. This action cannot be undone.
only information was being stored that the user has been deleted. No action taken was being stored. After applying the patch, a new columnCancellation Info
has been added to theEntity Delete Log
page table and a new column has been added to the module table in the database. And now the user cancellation information is being stored in the new column and also in the databaseentity_delete_log
table. I'm attaching the before and after screenshots for reference.Thanks!