- Timestamp:
- 31 Oct 2012, 16:01:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/workflow.py
r9295 r9484 256 256 level_object.validated_by = usertitle 257 257 level_object.validation_date = datetime.utcnow() 258 elif event.transition.transition_id == 'clear': 259 obj.clearance_comment = None 258 260 elif event.transition.transition_id == 'reset8': 259 261 current_level = obj['studycourse'].current_level
Note: See TracChangeset for help on using the changeset viewer.