Ignore:
Timestamp:
9 Dec 2019, 14:55:15 (5 years ago)
Author:
Henrik Bettermann
Message:

Add application worklfow transition reset6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/workflow.py

    r14281 r15875  
    156156        source = NOT_ADMITTED,
    157157        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),
    158165
    159166    )
Note: See TracChangeset for help on using the changeset viewer.