Ignore:
Timestamp:
25 Sep 2006, 10:40:18 (18 years ago)
Author:
joachim
Message:

added CourseId? widget
made adding in Academics Section work again

File:
1 edited

Legend:

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

    r537 r551  
    3232utool = context.portal_url
    3333mtool = context.portal_membership
     34wftool = context.portal_workflow
    3435portal = utool.getPortalObject()
    3536portal_absolute_url = portal.absolute_url()
     
    8384    member.setProperties(last_login_time=current,login_time=current)
    8485    if info['review_state'] == "application_pin_entered":
     86        wftool.doActionFor(info['app'],'open',dest_container=info['app'])
    8587        return response.redirect("%s/passport_entry_view" % student.absolute_url())
    8688    return response.redirect("%s" % student.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.