Changeset 3114
- Timestamp:
- 5 Feb 2008, 22:40:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r3095 r3114 783 783 sid = student_id 784 784 student_obj = getattr(students_folder,sid) 785 student_obj.invokeFactory('StudentApplication','application') 785 if not getattr(student_obj,'application'): 786 student_obj.invokeFactory('StudentApplication','application') 786 787 application = student_obj.application 787 788 self.portal_workflow.doActionFor(application,'open',dest_container=application)
Note: See TracChangeset for help on using the changeset viewer.