From 9e562deb0c26adae3342a6be2143e3261a99a3c8 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Wed, 18 May 2016 16:50:43 -0400 Subject: [PATCH] Copy paste error --- awx/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/views.py b/awx/api/views.py index 9bd1349253..3e1e9ed823 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -1108,7 +1108,7 @@ class UserList(ListCreateAPIView): serializer_class = UserSerializer def post(self, request, *args, **kwargs): - ret = super(OrganizationUsersList, self).post( request, *args, **kwargs) + ret = super(UserList, self).post( request, *args, **kwargs) if request.data.get('is_system_auditor', False): # This is a faux-field that just maps to checking the system # auditor role member list.. unfortunately this means we can't