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_accommodation/getAccoHallInfo.py

    r903 r911  
    2121#dep_id = request.get('PATH_TRANSLATED').split('/')[-2]
    2222dep_id = context.aq_parent.getId()
    23 info['is_manager'] = context.isSectionManager()
     23info['is_sm'] = context.isSectionManager()
     24info['is_so'] = context.isSectionOfficer()
    2425info['is_student'] = context.isStudent()
    2526info['action'] = "%s" % context.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.