Changeset 1515 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 3 Mar 2007, 11:45:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py
r1028 r1515 24 24 25 25 if member.id in ("admin","perry"): 26 return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer' ]27 return ['SectionReader', 'ClearanceOfficer', 'SectionOfficer' ]26 return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer', 'CourseAdviser'] 27 return ['SectionReader', 'ClearanceOfficer', 'SectionOfficer', 'CourseAdviser']
Note: See TracChangeset for help on using the changeset viewer.