Changeset 15875
- Timestamp:
- 9 Dec 2019, 14:55:15 (5 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r15873 r15875 4 4 1.6.1.dev0 (unreleased) 5 5 ======================= 6 7 * Add application worklfow transition `reset6`. 6 8 7 9 * Add `StudentOutstandingCoursesExporter`. -
main/waeup.kofa/trunk/docs/source/userdocs/applicants/workflow.rst
r13651 r15875 40 40 i: n/a -i: reset4 41 41 j: n/a -j: reset5 42 k: process -k: n/a42 k: process -k: reset6 43 43 44 44 Application starts with the creation of the applicant record, either -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/workflow.py
r14281 r15875 156 156 source = NOT_ADMITTED, 157 157 destination = STARTED), 158 159 Transition( 160 transition_id = 'reset6', 161 title = _('Reset application to submitted'), 162 msg = _('Application reset'), 163 source = PROCESSED, 164 destination = SUBMITTED), 158 165 159 166 )
Note: See TracChangeset for help on using the changeset viewer.