Ignore:
Timestamp:
7 Aug 2019, 06:03:35 (5 years ago)
Author:
Henrik Bettermann
Message:

Add permission to BursaryOfficer? role.

File:
1 edited

Legend:

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

    r15501 r15539  
    520520
    521521class BursaryOfficer(grok.Role):
    522     """Bursary Officers can export bursary data. They can't access the
    523     Data Center but see student data export buttons in the Academic Section.
     522    """Bursary Officers can export bursary and payments data. They can't 
     523    access the Data Center but see student data export buttons in the
     524    Academic Section.
    524525    """
    525526    grok.name('waeup.BursaryOfficer')
     
    528529                     'waeup.viewAcademics',
    529530                     'waeup.exportBursaryData',
     531                     'waeup.exportPaymentsOverview',
    530532                     'waeup.viewApplicantsTab')
    531533
Note: See TracChangeset for help on using the changeset viewer.