-
- Downloads
Create Project on Accepted Determination (#1360)
* Create a project on accepted determination * Only create projects when submission is in the final stage * Wrap determination creation in a transaction Various parts of setting a determination can fail so lets tie them all together into a transaction and only send a message when they're all done successfully. Ref #1343
Showing
- opentech/apply/determinations/tests/test_views.py 137 additions, 0 deletionsopentech/apply/determinations/tests/test_views.py
- opentech/apply/determinations/views.py 28 additions, 10 deletionsopentech/apply/determinations/views.py
- opentech/apply/funds/models/submissions.py 11 additions, 0 deletionsopentech/apply/funds/models/submissions.py
- opentech/apply/funds/tests/test_models.py 8 additions, 0 deletionsopentech/apply/funds/tests/test_models.py
- opentech/apply/funds/workflow.py 4 additions, 1 deletionopentech/apply/funds/workflow.py
Loading
Please register or sign in to comment