- 🇫🇷France andypost
I find it duplicate and it now only about user cancellation ✨ Provide a Entity Handler for user cancelation Needs work
Similarly to #355905: node_delete_multiple() has to use batch API → , I discovered that there are no functions for mass-updating comments in a batch yet.
Aside from the fact that an administrator can delete many comments using the node mass-operations on admin/content/comment, the new account cancellation methods also allow administrators to delete all contents of a user. When an administrator is forced to delete a long-time user with all of his content, then this could easily result in thousands of comments having to be deleted.
We have two options to solve this issue:
array('cid' => NULL)
can only mean that comments shall be deleted.Closed: duplicate
9.5
Refactors an existing API or subsystem for consistency, performance, modularization, flexibility, third-party integration, etc. May imply an API change. Frequently used during the Code Slush phase of the release cycle.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I find it duplicate and it now only about user cancellation ✨ Provide a Entity Handler for user cancelation Needs work