Ignore:
Timestamp:
22 Jun 2013, 22:05:29 (11 years ago)
Author:
Henrik Bettermann
Message:

CC Officers must not be allowed to access the students section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.imostate/src/waeup/imostate/permissions.py

    r10340 r10356  
    2929    grok.name('waeup.CCOfficer')
    3030    grok.title(u'ImoState Officer')
     31    grok.permissions(#'waeup.managePortal',
     32                     #'waeup.manageUsers',
     33                     'waeup.viewAcademics', 'waeup.manageAcademics',
     34                     #'waeup.manageACBatches',
     35                     'waeup.manageDataCenter',
     36                     #'waeup.importData',
     37                     'waeup.exportData',
     38                     #'waeup.viewTranscript',
     39                     'waeup.managePortalConfiguration', 'waeup.viewApplication',
     40                     'waeup.manageApplication', 'waeup.handleApplication',
     41                     'waeup.viewApplicantsTab', 'waeup.payApplicant',
     42                     'waeup.viewApplicationStatistics',
     43                     #'waeup.viewStudent', 'waeup.manageStudent',
     44                     #'waeup.clearStudent', 'waeup.payStudent',
     45                     #'waeup.uploadStudentFile', 'waeup.showStudents',
     46                     #'waeup.triggerTransition',
     47                     #'waeup.viewStudentsContainer','waeup.viewStudentsTab',
     48                     #'waeup.handleAccommodation',
     49                     #'waeup.viewHostels', 'waeup.manageHostels',
     50                     #'waeup.editUser',
     51                     #'waeup.loginAsStudent',
     52                     'waeup.manageReports',
     53                     #'waeup.manageJobs',
     54                     )
Note: See TracChangeset for help on using the changeset viewer.