Changeset 9277


Ignore:
Timestamp:
2 Oct 2012, 17:13:42 (12 years ago)
Author:
Henrik Bettermann
Message:

CRPUOfficer now inherits from CCOfficer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/permissions.py

    r8619 r9277  
    1717##
    1818import grok
     19from waeup.kofa.permissions import CCOfficer
    1920
    2021
    21 class CRPUOfficer(grok.Role):
    22     """ Permissions of FUTMinna CRPU members.
     22class CRPUOfficer(CCOfficer):
     23    """ Permissions of FUTMinna staff.
    2324
    2425    This is basically a copy of the the PortalManager. We exclude some
     
    2728
    2829    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.