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/getStudyLevelInfo.py

    r903 r911  
    4444student_id = pt[-(3+p)]
    4545level_id = pt[-(1+p)]
    46 info['is_manager'] = context.isSectionManager()
     46info['is_sm'] = context.isSectionManager()
     47info['is_so'] = context.isSectionOfficer()
    4748info['is_student'] = context.isStudent()
    4849info['action'] = "%s" % context.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.