Changeset 9277 for main/waeup.futminna/trunk/src
- Timestamp:
- 2 Oct 2012, 17:13:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/permissions.py
r8619 r9277 17 17 ## 18 18 import grok 19 from waeup.kofa.permissions import CCOfficer 19 20 20 21 21 class CRPUOfficer( grok.Role):22 """ Permissions of FUTMinna CRPU members.22 class CRPUOfficer(CCOfficer): 23 """ Permissions of FUTMinna staff. 23 24 24 25 This is basically a copy of the the PortalManager. We exclude some … … 27 28 28 29 grok.name('waeup.CRPUOfficer') 29 grok.title(u'FUTMinna CRPU Officer') 30 grok.permissions('waeup.managePortal', 31 #'waeup.manageUsers', 32 'waeup.viewAcademics', 'waeup.manageAcademics', 33 #'waeup.manageACBatches', 34 'waeup.manageDataCenter', 35 #'waeup.importData', 36 'waeup.managePortalConfiguration', 37 'waeup.viewApplication', 38 'waeup.manageApplication', 'waeup.handleApplication', 39 'waeup.viewApplicantsTab', 'waeup.payApplicant', 40 'waeup.viewApplicationStatistics', 41 'waeup.viewStudent', 'waeup.manageStudent', 42 'waeup.clearStudent', 'waeup.payStudent', 43 'waeup.uploadStudentFile', 'waeup.showStudents', 44 'waeup.viewStudentsContainer','waeup.viewStudentsTab', 45 'waeup.viewHostels', 'waeup.manageHostels', 46 #'waeup.editUser' 47 ) 30 grok.title(u'FUTMinna Officer')
Note: See TracChangeset for help on using the changeset viewer.