Ignore:
Timestamp:
18 Sep 2018, 10:20:39 (6 years ago)
Author:
Henrik Bettermann
Message:

Add fields for transcript signatures.
Adjust search function.

File:
1 edited

Legend:

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

    r14702 r15143  
    219219    transcript_enabled = Attribute('True if transcript processing is enabled')
    220220    clearance_locked = Attribute('True if clearance form is locked')
     221    studycourse_locked = Attribute(
     222        'True if nobody is allowed to change studycourse, studylecel or '
     223        'course ticket data, neither through the UI nor via import')
    221224
    222225    password = Attribute('Encrypted password')
     
    376379    transcript_comment = schema.Text(
    377380        title = _(u'Comment'),
     381        required = False,
     382        )
     383
     384    transcript_signees = schema.Text(
     385        title = _(u'Signees'),
    378386        required = False,
    379387        )
Note: See TracChangeset for help on using the changeset viewer.