Skip to content

Refactor the way we check permissions for organizations

David Burke requested to merge refactor-org-role into master
  • Move get_x_queryset to own file
  • Use subquery to get "actor_role" instead of filtering. This lets us return a 403 instead of 404.

Merge request reports