Ignore:
Timestamp:
11 Oct 2006, 23:22:16 (18 years ago)
Author:
Henrik Bettermann
Message:

some fixes and minor modifications for the launching of the accommodation module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r658 r659  
    5353            if info['review_state'] == "created":
    5454                student.content_status_modify(workflow_action="enter_application_pin")
     55                wftool.doActionFor(info['app'],'open',dest_container=info['app'])
    5556                da = {}
    5657                pin = request.get('pin')
     
    7980    member.setProperties(last_login_time=current,login_time=current)
    8081    if info['review_state'] == "application_pin_entered":
    81         wftool.doActionFor(info['app'],'open',dest_container=info['app'])
     82
    8283        return response.redirect("%s/passport_entry_view" % student.absolute_url())
    8384    return response.redirect("%s" % student.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.