Commit 72248a45 authored by Gladys Forte's avatar Gladys Forte

completed action

parent 25d2be9b
...@@ -735,7 +735,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -735,7 +735,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
new_instance new_instance
) )
change_request.cr_routing_actions(new_instance, current_user, move_to_level) # change_request.cr_routing_actions(new_instance, current_user, move_to_level)
change_request.cr_routing_actions(new_instance, original_user, move_to_level)
# ---------------- removed code # ---------------- removed code
message = status_message_response( message = status_message_response(
200, 'success', 200, 'success',
......
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