Changeset 11835 for main/kofacustom.pcn/trunk/src/kofacustom
- Timestamp:
- 14 Oct 2014, 05:55:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/src/kofacustom/pcn/permissions.py
r11687 r11835 17 17 ## 18 18 import grok 19 from waeup.kofa.permissions import CCOfficer 19 from waeup.kofa.permissions import CCOfficer, PortalManager 20 20 21 21 … … 29 29 grok.name('waeup.CCOfficer') 30 30 grok.title(u'Our CC Officer') 31 32 grok.permissions('waeup.managePortal', 33 'waeup.manageUsers', 34 'waeup.viewAcademics', 'waeup.manageAcademics', 35 #'waeup.manageACBatches', 36 'waeup.manageDataCenter', 37 #'waeup.importData', 38 'waeup.exportData', 39 'waeup.viewTranscript', 40 'waeup.managePortalConfiguration', 'waeup.viewApplication', 41 'waeup.manageApplication', 'waeup.handleApplication', 42 'waeup.viewApplicantsTab', 'waeup.payApplicant', 43 'waeup.viewApplicationStatistics', 44 #'waeup.viewStudent', 'waeup.manageStudent', 45 #'waeup.clearStudent', 'waeup.payStudent', 46 #'waeup.uploadStudentFile', 'waeup.showStudents', 47 #'waeup.editScores', 48 #'waeup.triggerTransition', 49 #'waeup.viewStudentsContainer','waeup.viewStudentsTab', 50 #'waeup.handleAccommodation', 51 #'waeup.viewHostels', 'waeup.manageHostels', 52 'waeup.editUser', 53 #'waeup.loginAsStudent', 54 'waeup.manageReports', 55 'waeup.manageJobs', 56 )
Note: See TracChangeset for help on using the changeset viewer.