Ignore:
Timestamp:
28 Jan 2012, 14:19:49 (13 years ago)
Author:
Henrik Bettermann
Message:

Use fixed start_level and end_level if no certificate has yet been assigned. This way, we can import certificate end current_level at the same time.

Extend conversion checking so that current_level does not exceed level limits given by the certificate.

File:
1 edited

Legend:

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

    r7523 r7532  
    305305        )
    306306
    307 class IStudentStudyCourseImport(IStudentStudyCourse):
    308     """A container for student study levels.
    309 
    310     """
    311     current_level = schema.Int(
    312         title = u'Current Level',
    313         default = None,
    314         )
    315 
    316307class IStudentStudyLevel(ISIRPObject):
    317308    """A container for course tickets.
Note: See TracChangeset for help on using the changeset viewer.