Changeset 17850 for main/waeup.kofa/trunk/src/waeup/kofa/permissions.py
- Timestamp:
- 16 Jul 2024, 20:47:30 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/permissions.py
r16529 r17850 537 537 """Bursary Officers can export bursary and payments data. They can't 538 538 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. 540 541 """ 541 542 grok.name('waeup.BursaryOfficer') … … 545 546 'waeup.exportBursaryData', 546 547 'waeup.exportPaymentsOverview', 547 'waeup.viewApplicantsTab') 548 'waeup.viewApplicantsTab', 549 'waeup.viewApplication', 550 'waeup.exportApplication') 548 551 549 552
Note: See TracChangeset for help on using the changeset viewer.