Skip to content

Fix permissions errors

Ghost User requested to merge fix-permissions-error into master
  • Only raise PermissionDenied on DELETE and POST requests. This was causing a problem with GET /projects/ permissions
  • Permission bug where user couldn't remove themselves (test had a race condition)
Edited by Ghost User

Merge request reports