Commit 208bbf4a authored by Gladys Forte's avatar Gladys Forte

comment

parents 3c55b1e1 57f80e77
...@@ -1174,7 +1174,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -1174,7 +1174,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
status=status.HTTP_200_OK status=status.HTTP_200_OK
) )
#restore archived CR #restore archived CR # comment
def partial_update(self, request, *args, **kwargs): def partial_update(self, request, *args, **kwargs):
try: try:
kwargs['partial'] = True kwargs['partial'] = True
......
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