- Timestamp:
- 7 Aug 2019, 06:03:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/permissions.py
r15501 r15539 520 520 521 521 class 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. 524 525 """ 525 526 grok.name('waeup.BursaryOfficer') … … 528 529 'waeup.viewAcademics', 529 530 'waeup.exportBursaryData', 531 'waeup.exportPaymentsOverview', 530 532 'waeup.viewApplicantsTab') 531 533
Note: See TracChangeset for help on using the changeset viewer.