Ignore:
Timestamp:
5 Oct 2012, 05:42:19 (12 years ago)
Author:
Henrik Bettermann
Message:

Set validated_by when bypassing course validation. Declare validated_by and bypass_validation in IStudentVerdictUpdate.

File:
1 edited

Legend:

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

    r9257 r9296  
    423423        )
    424424
     425    bypass_validation = schema.Bool(
     426        title = _(u'Bypass validation'),
     427        required = False,
     428        )
     429
     430    validated_by = schema.TextLine(
     431        title = _(u'Validated by'),
     432        required = False,
     433        )
     434
    425435class IStudentStudyLevel(IKofaObject):
    426436    """A container for course tickets.
Note: See TracChangeset for help on using the changeset viewer.