- Timestamp:
- 8 Jul 2010, 04:51:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/start_clearance.py
r3789 r5257 77 77 logger.info('%s started clearance with pin %s' % (info['id'],pin)) 78 78 wf.doActionFor(info['student'],'enter_clearance_pin') 79 wf.doActionFor(info['clear'],'open') 79 #wf.doActionFor(info['clear'],'open') 80 context.waeup_tool.changeWorkflowState(info['clear'], 'opened') 80 81 dc = {} 81 82 app_doc = info['app_doc']
Note: See TracChangeset for help on using the changeset viewer.