Ignore:
Timestamp:
21 Sep 2018, 09:32:42 (6 years ago)
Author:
Henrik Bettermann
Message:

Remove manageStudent permission.
Show tables on landing pages.
Adjust tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/permissions.py

    r15155 r15162  
    158158class TranscriptOfficer(grok.Role):
    159159    """The Transcript Officer is allowed to view, to validate and to
    160     release student transcripts. The officer is also allowed to
     160    release student transcripts. The officer is not allowed to
    161161    manage student data.
    162162    """
     
    168168                     'waeup.viewStudent',
    169169                     'waeup.viewStudentsContainer',
    170                      'waeup.manageStudent',
    171170                     )
    172171
Note: See TracChangeset for help on using the changeset viewer.