Changeset 8594
- Timestamp:
- 1 Jun 2012, 22:15:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/permissions.py
r8571 r8594 22 22 """ Permissions of Uniben CRPU members. 23 23 24 This is basically a copy of the the PortalManager. We exclude some 25 permissions by commenting them out. 24 26 """ 25 27 26 28 grok.name('waeup.CRPUOfficer') 27 29 grok.title(u'Uniben CRPU Officer') 28 grok.permissions('waeup.managePortal', 'waeup.manageUsers', 30 grok.permissions('waeup.managePortal', 31 #'waeup.manageUsers', 29 32 'waeup.viewAcademics', 'waeup.manageAcademics', 30 'waeup.manageACBatches',33 #'waeup.manageACBatches', 31 34 'waeup.manageDataCenter', 32 'waeup.managePortalConfiguration', 'waeup.viewApplication', 35 #'waeup.importData', 36 'waeup.managePortalConfiguration', 37 'waeup.viewApplication', 33 38 'waeup.manageApplication', 'waeup.handleApplication', 34 39 'waeup.viewApplicantsTab', 'waeup.payApplicant', … … 39 44 'waeup.viewStudentsContainer','waeup.viewStudentsTab', 40 45 'waeup.viewHostels', 'waeup.manageHostels', 41 'waeup.editUser'46 #'waeup.editUser' 42 47 )
Note: See TracChangeset for help on using the changeset viewer.