Auto approval logs #160420024
This commit is contained in:
dandds
2018-11-06 15:26:48 -05:00
committed by GitHub
5 changed files with 79 additions and 10 deletions

View File

@@ -241,7 +241,7 @@ def update_financial_verification(request_id):
)
if updated_request.task_order.verified:
workspace = Requests.approve_and_create_workspace(updated_request)
workspace = Requests.auto_approve_and_create_workspace(updated_request)
return redirect(
url_for(
"workspaces.new_project", workspace_id=workspace.id, newWorkspace=True