Ignore:
Timestamp:
21 Jan 2007, 23:20:00 (18 years ago)
Author:
Henrik Bettermann
Message:

make transfer work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r1338 r1340  
    4444     visible="True"/>
    4545  <action title="Request Transfer" action_id="request_transfer" category="student"
    46      condition_expr="python: here.getStudentWorkflowInfo()['cr']" url_expr="string:${portal_url}/request_transfer"
    47      visible="True"/>     
     46     condition_expr="python: member and here.getStudentWorkflowInfo()['cr']" url_expr="string:${portal_url}/request_transfer"
     47     visible="True"/>
    4848 </action-provider>
    4949 <action-provider name="portal_actions">
Note: See TracChangeset for help on using the changeset viewer.