Ignore:
Timestamp:
14 Oct 2014, 05:55:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove permissions to make student stuff invisible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/permissions.py

    r11687 r11835  
    1717##
    1818import grok
    19 from waeup.kofa.permissions import CCOfficer
     19from waeup.kofa.permissions import CCOfficer, PortalManager
    2020
    2121
     
    2929    grok.name('waeup.CCOfficer')
    3030    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.