Ignore:
Timestamp:
16 Nov 2017, 07:02:47 (7 years ago)
Author:
Henrik Bettermann
Message:

Set additional_fields_required.

File:
1 edited

Legend:

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

    r14804 r14901  
    941941    factory_name = 'waeup.StudentStudyCourse'
    942942
     943    additional_fields_required = [
     944        'current_level', 'current_session', 'current_verdict']
     945
    943946    def checkUpdateRequirements(self, obj, row, site):
    944947        """Checks requirements the studycourse and the student must fulfill
Note: See TracChangeset for help on using the changeset viewer.