- Timestamp:
- 24 Sep 2019, 17:21:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/permissions.py
r15333 r15606 122 122 'waeup.handleAccommodation', 123 123 'waeup.editStudyLevel') 124 125 class Parents(grok.Role): 126 """Parents temporarily get access to view the records of their children. 127 """ 128 grok.name('waeup.local.Parents') 129 grok.title(u'Parents') 130 grok.permissions('waeup.viewStudent') 124 131 125 132 # Site Roles
Note: See TracChangeset for help on using the changeset viewer.