Changeset 4002 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
6 Mar 2009, 18:19:15 (16 years ago)
Author:
Henrik Bettermann
Message:

just in case

I didn't like it because personal object will be closed instead of created .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/application_edit.py

    r3749 r4002  
    3131if info['has_passport'] and info['app_doc'].app_email:
    3232    logger.info('%s proceeded to start clearance' % (info['id']))
     33    #personal_doc = student.personal.getContent()
     34    #try:
     35    #    wftool.doActionFor(student.personal,'open')
     36    #except:
     37    #    pass
     38    #personal_doc.edit(mapping = {'email' : info['app_doc'].app_email})
     39    #wftool.doActionFor(student.personal,'close')
    3340    action = "/start_clearance"
    3441    base_url = student.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.