Ignore:
Timestamp:
12 Oct 2023, 09:06:25 (11 months ago)
Author:
Henrik Bettermann
Message:

Update CHANGES.txt

File:
1 edited

Legend:

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

    r16170 r17610  
    5252
    5353class HandleAccommodation(grok.Permission):
    54     """The HandleAccommodation allows to manage bed tickets.
     54    """The HandleAccommodation permission allows to manage bed tickets.
    5555    """
    5656    grok.name('waeup.handleAccommodation')
     
    8888
    8989class LoginAsStudent(grok.Permission):
    90     """The LoginAsStudent is needed to set temporary student passwords
    91     and login as (impersonate) students.
     90    """The LoginAsStudent permission is needed to set temporary student
     91    passwords and login as (impersonate) students.
    9292    """
    9393    grok.name('waeup.loginAsStudent')
    9494
    9595class ViewTranscript(grok.Permission):
    96     """The ViewTranscript role is needed to view transcript pages.
     96    """The ViewTranscript permission is needed to view transcript pages.
    9797    """
    9898    grok.name('waeup.viewTranscript')
    9999
    100100class DownloadTranscript(grok.Permission):
    101     """The DownloadTranscript role is needed to download transcript slips.
     101    """The DownloadTranscript permission is needed to download transcript slips.
    102102    """
    103103    grok.name('waeup.downloadTranscript')
     
    105105class ProcessTranscript(grok.Permission):
    106106    grok.name('waeup.processTranscript')
    107     """The ProcessTranscript role is needed to validate and relase transcripts.
     107    """The ProcessTranscript permission is needed to validate and relase transcripts.
    108108    """
    109109
    110110class SignTranscript(grok.Permission):
    111111    grok.name('waeup.signTranscript')
    112     """The SignTranscript role is needed to sign transcripts.
     112    """The SignTranscript permission is needed to sign transcripts.
    113113    """
    114114
Note: See TracChangeset for help on using the changeset viewer.