- Issue created by @slowflyer
When Ajax Comments is used, the new batch process to remove all activities related to a comment, when the comment is deleted, breaks Ajax Comments to work properly and keeps empty activies left over.
Enable Ajax Comments, create a topic and comment the topic. Take a look at the home-stream and everything is fine.
Go back to the topic and try to delete the comment. A modal window appears with the hint that all child comments will be deleted (that's fine) but after some processing it appears again. When reloading the page the comment is deleted, but going back to the home-stream it looks like this.
This behaviour is triggered by the output of the new batch processing.
Check if Ajax Comments is enabled and use the "old processing" instead of the new batch, or find a way to run the batch with no output that will break Ajax Comments.
Active
11.9
Code (back-end)