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_academics/getFacultiesInfo.py

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