- Timestamp:
- 9 Jun 2011, 16:59:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/workflow.py
r6300 r6306 19 19 init_transition = Transition( 20 20 transition_id = 'init', 21 title = 'Initialize ',21 title = 'Initialize application', 22 22 source = None, 23 23 condition = NullCondition, … … 56 56 create_transition = Transition( 57 57 transition_id = 'create', 58 title = 'Create Student',58 title = 'Create student', 59 59 source = ADMITTED, 60 60 destination = CREATED)
Note: See TracChangeset for help on using the changeset viewer.