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/export.py

    r9278 r9316  
    210210    #: Fieldnames considered by this exporter
    211211    fields = tuple(sorted(iface_names(ICourseTicket) +
    212         ['level', 'code', 'title', 'credits',
    213         'passmark', 'semester', 'fcode', 'dcode'])) + ('student_id', 'certcode')
     212        ['level', 'code', 'title',
     213        'semester', 'fcode', 'dcode'])) + ('student_id', 'certcode')
    214214
    215215    #: The title under which this exporter will be displayed
Note: See TracChangeset for help on using the changeset viewer.