show modal for requests pending CCPO approval

This commit is contained in:
dandds
2018-08-13 10:11:07 -04:00
parent 0371c969e7
commit 654f9231b5
5 changed files with 57 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ def requests_submit(request_id=None):
return redirect("/requests?modal=pendingFinancialVerification")
else:
return redirect("/requests")
return redirect("/requests?modal=pendingCCPOApproval")
# TODO: generalize this, along with other authorizations, into a policy-pattern