Ignore:
Timestamp:
20 Nov 2006, 15:11:29 (18 years ago)
Author:
Henrik Bettermann
Message:

new local roles implemented
role SectionOfficer? not yet tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudyCourseInfo.py

    r903 r911  
    1818
    1919info = {}
    20 info['is_manager'] = context.isSectionManager()
     20info['is_sm'] = context.isSectionManager()
     21info['is_so'] = context.isSectionOfficer()
    2122info['is_student'] = context.isStudent()
    2223info['action'] = "%s" % context.campus.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.