Ignore:
Timestamp:
16 Jul 2024, 20:47:30 (4 months ago)
Author:
Henrik Bettermann
Message:

Add ExportApplication permission which allows bursary officers
to access the application section and export application data.

File:
1 edited

Legend:

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

    r16529 r17850  
    537537    """Bursary Officers can export bursary and payments data. They can't 
    538538    access the Data Center but see student data export buttons in the
    539     Academic Section.
     539    Academic Section. Meanwhile they can also view the application section
     540    and export application data.
    540541    """
    541542    grok.name('waeup.BursaryOfficer')
     
    545546                     'waeup.exportBursaryData',
    546547                     'waeup.exportPaymentsOverview',
    547                      'waeup.viewApplicantsTab')
     548                     'waeup.viewApplicantsTab',
     549                     'waeup.viewApplication',
     550                     'waeup.exportApplication')
    548551
    549552
Note: See TracChangeset for help on using the changeset viewer.