Ignore:
Timestamp:
9 Nov 2006, 08:19:43 (18 years ago)
Author:
joachim
Message:

application_edit etc. like clearance_edit

File:
1 edited

Legend:

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

    r796 r803  
    5353            if info['review_state'] in ("student_created","admitted"):
    5454                #student.content_status_modify(workflow_action="enter_clearance_pin")
    55                 wftool.doActionFor(info['app'],'open',dest_container=info['app'])
     55                wftool.doActionFor(info['app'],'open')
     56                #wftool.doActionFor(info['pume'],'close')
    5657                if info['pume'] is not None:
    57                   wftool.doActionFor(info['pume'],'close',dest_container=info['pume'])
     58                  wftool.doActionFor(info['pume'],'close')
    5859                da = {}
    5960                pin = request.get('pin')
Note: See TracChangeset for help on using the changeset viewer.