Prevent Massive delete of pages

Duncan Koza asked on November 1, 2020 17:00

Hi,

I have sections of my site that have hundreds of pages under a node in my content tree. My fear is that someone will delete the node and then end up deleting all the pages under it. Is there a way for me to prevent a user from deleting massive amounts of pages at one time?

Recent Answers


Juraj Ondrus answered on November 2, 2020 08:24

I would recommend using the global event handler and e.g. add your desired checks in the Delete before event.

1 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on November 3, 2020 17:45

If you don't want to write code, then add a role that specifically limits users from deleting pages.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.