Changeset 15875 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 9 Dec 2019, 14:55:15 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.