Ignore:
Timestamp:
8 Oct 2012, 13:19:14 (12 years ago)
Author:
Henrik Bettermann
Message:

We need to import credits and passmark of course tickets in order to repair them. Let's use the form field validation for import.

Both passmark and credits must not be edited via the UI.

File:
1 edited

Legend:

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

    r9296 r9316  
    512512        )
    513513
     514    credits = schema.Int(
     515        title = _(u'Credits'),
     516        required = False,
     517        )
     518
     519    passmark = schema.Int(
     520        title = _(u'Passmark'),
     521        required = False,
     522        )
     523
    514524    def getLevel():
    515525        """Returns the id of the level the ticket has been added to.
Note: See TracChangeset for help on using the changeset viewer.