mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
More complete superuser fix.
This commit is contained in:
@@ -839,6 +839,7 @@ class UserActivityStreamList(SubListAPIView):
|
||||
return qs.filter(Q(actor=parent) | Q(user__in=[parent]))
|
||||
|
||||
|
||||
|
||||
class UserDetail(RetrieveUpdateDestroyAPIView):
|
||||
|
||||
model = User
|
||||
|
||||
Reference in New Issue
Block a user