Ignore:
Timestamp:
24 Sep 2019, 17:21:28 (5 years ago)
Author:
Henrik Bettermann
Message:

Parents access implementation (part 1)

File:
1 edited

Legend:

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

    r15333 r15606  
    122122                     'waeup.handleAccommodation',
    123123                     'waeup.editStudyLevel')
     124
     125class 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')
    124131
    125132# Site Roles
Note: See TracChangeset for help on using the changeset viewer.