Ignore:
Timestamp:
20 Sep 2018, 07:04:17 (6 years ago)
Author:
Henrik Bettermann
Message:

Reorganise interfaces.

Transcript processing views and viewlets are now in the context of studycourses. Officers can now validate, sign and release transcripts directly on the transcript page.

File:
1 edited

Legend:

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

    r15153 r15155  
    303303            getUtility(IExtFileStore).deleteFileByContext(
    304304                obj, attr='final_transcript')
    305         obj.transcript_comment = None
    306         obj.transcript_signees = None
     305        obj['studycourse'].transcript_comment = None
     306        obj['studycourse'].transcript_signees = None
    307307    # In some tests we don't have a students container
    308308    try:
Note: See TracChangeset for help on using the changeset viewer.