Changeset 924 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 22 Nov 2006, 16:54:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py
r919 r924 20 20 21 21 22 #returnmtool.getCPSCandidateLocalRoles(context)22 allowed_roles = mtool.getCPSCandidateLocalRoles(context) 23 23 24 24 25 if member.id == 'admin'26 return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer']25 if member.id in ("admin","perry"): 26 return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer'] 27 27 return ['ClearanceOfficer', 'SectionOfficer']
Note: See TracChangeset for help on using the changeset viewer.