Changeset 2053 for WAeUP_SRP/trunk/skins
- Timestamp:
- 24 Jul 2007, 13:08:54 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/course_edit.py
r1864 r2053 30 30 result_state = wf.getInfoFor(context,'review_state',None) 31 31 if result_state == "closed": 32 context.portal_workflow.doActionFor(context,'open') 32 try: 33 context.portal_workflow.doActionFor(context,'open') 34 except: 35 pass 33 36 34 37 is_valid, ds = course_doc.validate(request=REQUEST,
Note: See TracChangeset for help on using the changeset viewer.