Commit 961ca76a authored by John Red Medrano's avatar John Red Medrano

add status on filterset

parent d1c6fb0a
...@@ -79,7 +79,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -79,7 +79,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
"requested_by_user__code", "requested_by_department__name", "requested_by_user__code", "requested_by_department__name",
"requested_to_company__name", "requested_to_department__name", "requested_to_company__name", "requested_to_department__name",
"requested_to_user__name", "requested_to_template_name", "requested_to_user__name", "requested_to_template_name",
"requested_to_objective", "requested_to_priority", "description" "requested_to_objective", "requested_to_priority", "description",
"status",
) )
def list(self, request, *args, **kwargs): def list(self, request, *args, **kwargs):
......
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