- Timestamp:
- 20 Sep 2012, 08:49:37 (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-zc-async/src/waeup/kofa/permissions.py
r8774 r9209 88 88 grok.permissions('waeup.showStudents', 'waeup.viewAcademics') 89 89 90 class UGClearanceOfficer(grok.Role): 91 """The clearance officer role is meant for the 92 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 the 100 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 90 106 class CourseAdviser100(grok.Role): 91 107 """The 100 level course adviser role is meant for the … … 134 150 grok.name('waeup.local.CourseAdviser600') 135 151 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 the 156 assignment of dynamic roles only. 157 """ 158 grok.name('waeup.local.Lecturer') 159 grok.title(u'Lecturer') 136 160 grok.permissions('waeup.showStudents', 'waeup.viewAcademics') 137 161 … … 189 213 'waeup.uploadStudentFile', 'waeup.showStudents', 190 214 'waeup.viewStudentsContainer','waeup.viewStudentsTab', 215 'waeup.handleAccommodation', 191 216 'waeup.viewHostels', 'waeup.manageHostels', 192 217 'waeup.editUser'
Note: See TracChangeset for help on using the changeset viewer.