Changeset 13024 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 30 May 2015, 07:47:55 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r13001 r13024 66 66 by the batch processor. 67 67 68 There are two ways to change the registrationstate of the student,68 There are two ways to change the workflow state of the student, 69 69 an unsafe and a safe way. The safe way makes use of workflow transitions. 70 70 Transitions are only possible between allowed workflow states. Only -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13012 r13024 1551 1551 elif self.context.student.state == REGISTERED: 1552 1552 IWorkflowInfo(self.context.student).fireTransition('reset7') 1553 message = _('Course list request has been rejected :')1553 message = _('Course list request has been rejected.') 1554 1554 self.flash(message) 1555 1555 else:
Note: See TracChangeset for help on using the changeset viewer.