mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
More complete superuser fix.
This commit is contained in:
parent
ea1b70273d
commit
2925498c4e
@ -839,6 +839,7 @@ class UserActivityStreamList(SubListAPIView):
|
||||
return qs.filter(Q(actor=parent) | Q(user__in=[parent]))
|
||||
|
||||
|
||||
|
||||
class UserDetail(RetrieveUpdateDestroyAPIView):
|
||||
|
||||
model = User
|
||||
|
Loading…
Reference in New Issue
Block a user