Ignore:
Timestamp:
19 Sep 2018, 16:44:51 (6 years ago)
Author:
Henrik Bettermann
Message:

Describe transcript processing workflow.

File:
1 edited

Legend:

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

    r15134 r15152  
    391391
    392392class LocalTranscriptOfficer(grok.Role):
    393     """The LocalTranscriptOfficer role can be assigned at faculty and
    394     department level. The role allows to view, to validate and to
     393    """The LocalTranscriptOfficer role can be assigned at faculty
     394    level. The role allows to view, to validate and to
    395395    release student transcripts.
    396396    """
     
    406406
    407407class LocalTranscriptSignee(grok.Role):
    408     """The LocalTranscriptSignee role can be assigned at faculty and
    409     department level. The role allows to view and to sign student transcripts.
     408    """The LocalTranscriptSignee role can be assigned at faculty
     409    level. The role allows to view and to sign student transcripts.
    410410    """
    411411    grok.name('waeup.local.TranscriptSignee')
Note: See TracChangeset for help on using the changeset viewer.