- Timestamp:
- 19 Sep 2018, 16:44:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/permissions.py
r15134 r15152 391 391 392 392 class LocalTranscriptOfficer(grok.Role): 393 """The LocalTranscriptOfficer role can be assigned at faculty and394 departmentlevel. The role allows to view, to validate and to393 """The LocalTranscriptOfficer role can be assigned at faculty 394 level. The role allows to view, to validate and to 395 395 release student transcripts. 396 396 """ … … 406 406 407 407 class LocalTranscriptSignee(grok.Role): 408 """The LocalTranscriptSignee role can be assigned at faculty and409 departmentlevel. 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. 410 410 """ 411 411 grok.name('waeup.local.TranscriptSignee')
Note: See TracChangeset for help on using the changeset viewer.