mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02: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]))
|
return qs.filter(Q(actor=parent) | Q(user__in=[parent]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class UserDetail(RetrieveUpdateDestroyAPIView):
|
class UserDetail(RetrieveUpdateDestroyAPIView):
|
||||||
|
|
||||||
model = User
|
model = User
|
||||||
|
|||||||
Reference in New Issue
Block a user