- Timestamp:
- 15 Nov 2006, 17:30:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_manager.py
r858 r870 19 19 cpsdocument_edit_and_view_button = REQUEST.has_key('cpsdocument_edit_and_view_button') 20 20 clear_and_validate_button = REQUEST.has_key('clear_and_validate_button') 21 undo_clear_button = REQUEST.has_key('undo_clear_button')22 21 reject_clearance_button = REQUEST.has_key('reject_clearance_button') 23 24 22 # Until ajax posts directly to its own script... 25 23 ##if 'ajax_edit' in REQUEST.form: … … 52 50 elif cpsdocument_edit_and_view_button: 53 51 wftool.doActionFor(info['clear'],'close') 54 wftool.doActionFor(info['student'],'request_clearance' )52 wftool.doActionFor(info['student'],'request_clearance',dest_container=1) 55 53 elif clear_and_validate_button: 56 54 wftool.doActionFor(info['student'],'clear_and_validate') 57 55 elif reject_clearance_button: 58 56 wftool.doActionFor(info['clear'],'open') 59 wftool.doActionFor(info['student'],'enter_clearance_pin') 60 elif undo_clear_button: 61 wftool.doActionFor(info['student'],'request_clearance') 57 wftool.doActionFor(info['student'],'reject_clearance') 62 58 else: 63 59 psm = "Please correct your errors."
Note: See TracChangeset for help on using the changeset viewer.