Skip to content

log deletion of user files from admin -- fixes #631

dakkar requested to merge feature/631-modlog-drive-delete-all into develop

What does this PR do?

When calling deleteFile, we should pass the current user, so that deletions caused by admins get logged to the moderation log.

Yes, this generates one deletion entry for each file. It's equivalent to going through the user's drive and deleting files one by one.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports