Ignore:
Timestamp:
25 Mar 2019, 17:59:03 (6 years ago)
Author:
Henrik Bettermann
Message:

Implement a library access switch.

File:
1 edited

Legend:

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

    r15366 r15371  
    2323
    2424class ClearLibrary(grok.Permission):
    25     grok.name('waeup.clearForLibrary')
     25    grok.name('waeup.switchLibraryAccess')
    2626
    2727class PassportPictureManager(grok.Role):
     
    3737    grok.permissions('waeup.showStudents',
    3838                     'waeup.viewAcademics',
    39                      'waeup.clearForLibrary')
     39                     'waeup.switchLibraryAccess')
    4040
    4141class CRPUOfficer(CCOfficer):
Note: See TracChangeset for help on using the changeset viewer.