Requests pending CCPO apprval should not be given workspaces

This commit is contained in:
richard-dds
2018-10-24 12:17:43 -04:00
parent 8a291124b0
commit a31d285f17
2 changed files with 20 additions and 9 deletions

View File

@@ -241,7 +241,7 @@ def update_financial_verification(request_id):
extended=is_extended,
)
if updated_request.is_pending_ccpo_approval:
if updated_request.is_approved:
workspace = Requests.approve_and_create_workspace(updated_request)
return redirect(
url_for(