mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
use same model method to determine read permission as we do in the views
This commit is contained in:
@@ -3625,7 +3625,6 @@ class RoleDetail(RetrieveAPIView):
|
||||
|
||||
model = Role
|
||||
serializer_class = RoleSerializer
|
||||
permission_classes = (IsAuthenticated,)
|
||||
new_in_300 = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user