- Timestamp:
- 21 Sep 2012, 08:19:35 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
/main/waeup.kofa/branches/uli-async-update removed /main/waeup.kofa/branches/uli-autoinclude-less removed /main/waeup.kofa/trunk removed
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/permissions.py
r9209 r9211 88 88 grok.permissions('waeup.showStudents', 'waeup.viewAcademics') 89 89 90 class UGClearanceOfficer(grok.Role):91 """The clearance officer role is meant for the92 assignment of dynamic roles only.93 """94 grok.name('waeup.local.UGClearanceOfficer')95 grok.title(u'UG Clearance Officer')96 grok.permissions('waeup.showStudents', 'waeup.viewAcademics')97 98 class PGClearanceOfficer(grok.Role):99 """The clearance officer role is meant for the100 assignment of dynamic roles only.101 """102 grok.name('waeup.local.PGClearanceOfficer')103 grok.title(u'PG Clearance Officer')104 grok.permissions('waeup.showStudents', 'waeup.viewAcademics')105 106 90 class CourseAdviser100(grok.Role): 107 91 """The 100 level course adviser role is meant for the … … 150 134 grok.name('waeup.local.CourseAdviser600') 151 135 grok.title(u'Course Adviser 600L') 152 grok.permissions('waeup.showStudents', 'waeup.viewAcademics')153 154 class Lecturer(grok.Role):155 """The lecturer role is meant for the156 assignment of dynamic roles only.157 """158 grok.name('waeup.local.Lecturer')159 grok.title(u'Lecturer')160 136 grok.permissions('waeup.showStudents', 'waeup.viewAcademics') 161 137 … … 213 189 'waeup.uploadStudentFile', 'waeup.showStudents', 214 190 'waeup.viewStudentsContainer','waeup.viewStudentsTab', 215 'waeup.handleAccommodation',216 191 'waeup.viewHostels', 'waeup.manageHostels', 217 192 'waeup.editUser'
Note: See TracChangeset for help on using the changeset viewer.