Commit 024af282 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #239 in RMS/api-main-service from red-develop to RMSv2

* commit 'ef8315bd':
  fixing ordering
parents 656c3120 ef8315bd
...@@ -46,8 +46,7 @@ class UserViewSet(viewsets.ModelViewSet): ...@@ -46,8 +46,7 @@ class UserViewSet(viewsets.ModelViewSet):
'department', 'department',
'department__company__name', 'department__company__name',
'department__name', 'department__name',
'email', 'contact_no', 'email', 'contact_no'
'companies'
) )
@rms.user_create @rms.user_create
......
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