Changeset 2758 for WAeUP_SRP/fceokene


Ignore:
Timestamp:
25 Nov 2007, 22:06:28 (17 years ago)
Author:
Henrik Bettermann
Message:

allow registration of probation levels

and more fixes

Location:
WAeUP_SRP/fceokene
Files:
2 edited

Legend:

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

    r2360 r2758  
    159159     category="student"
    160160     condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()['tr']"
    161      url_expr="string:${portal_url}/request_transfer" visible="True"/>
     161     url_expr="string:${portal_url}/request_transfer" visible="False"/>
    162162 </action-provider>
    163163 <action-provider name="portal_registration">
  • WAeUP_SRP/fceokene/waeup_custom/getPaymentsFolderInfo.py

    r2657 r2758  
    108108    else:
    109109        row['confirmed'] = 'unsuccessful'
     110    row['is_editable'] = is_so and (row['confirmed'] == 'active')
    110111    payments.append(row)
    111112
Note: See TracChangeset for help on using the changeset viewer.