Changeset 3114


Ignore:
Timestamp:
5 Feb 2008, 22:40:23 (17 years ago)
Author:
Henrik Bettermann
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r3095 r3114  
    783783        sid = student_id
    784784        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')
    786787        application = student_obj.application
    787788        self.portal_workflow.doActionFor(application,'open',dest_container=application)
Note: See TracChangeset for help on using the changeset viewer.