Changeset 939 for WAeUP_SRP


Ignore:
Timestamp:
25 Nov 2006, 10:10:18 (18 years ago)
Author:
Henrik Bettermann
Message:

waeup_section_wf instead of section_folder_wf
SectionOfficer? role added to most managed permission sets and transition guards

Location:
WAeUP_SRP/trunk
Files:
47 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt

    r911 r939  
    22<tal:block define="
    33           info context/getStudentInfo;
    4            is_sm context/isSectionManager;
     4           is_so context/isSectionOfficer;
    55           is_staff context/isStaff;
    66           is_co context/isClearanceOfficer;
     
    88           review_state info/review_state;
    99           clear_review_state info/clear_review_state;
    10            editable python: (is_student and clear_review_state == 'opened' or is_sm) and not is_co;
     10           editable python: (is_student and clear_review_state == 'opened' or is_so) and not is_co;
    1111           mode python: test(editable,'edit','view');
    1212           rendered_main python:info['clear_doc'].render(request=request,
Note: See TracChangeset for help on using the changeset viewer.