Skip to content

Block the reported user before destroying the record

Robert Speicher requested to merge rs-block-user-before-removal into master

This is intended to prevent the user from creating new objects while the transaction that removes them is being run, resulting in objects with nil authors which can then not be edited.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/7117

Merge request reports