Commit 4d476ee3 authored by Gladys Forte's avatar Gladys Forte

Merge branch 'prod-dev-gladys' into 'product-dev'

{dev bugfix} comment

See merge request rms/Backend/api-main-service!853
parents 6e2d5e7d fa6bc6fa
......@@ -26,7 +26,7 @@ class UserDownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet):
def list(self, request, *args, **kwargs):
# id_number = self.request.user
# comment
data = User.objects.all().exclude(id=1)
user_type = data.values_list('user_type', flat=True)[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment