Changeset 803 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 9 Nov 2006, 08:19:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r796 r803 53 53 if info['review_state'] in ("student_created","admitted"): 54 54 #student.content_status_modify(workflow_action="enter_clearance_pin") 55 wftool.doActionFor(info['app'],'open',dest_container=info['app']) 55 wftool.doActionFor(info['app'],'open') 56 #wftool.doActionFor(info['pume'],'close') 56 57 if info['pume'] is not None: 57 wftool.doActionFor(info['pume'],'close' ,dest_container=info['pume'])58 wftool.doActionFor(info['pume'],'close') 58 59 da = {} 59 60 pin = request.get('pin')
Note: See TracChangeset for help on using the changeset viewer.