Ignore:
Timestamp:
6 Jun 2016, 14:09:03 (8 years ago)
Author:
Henrik Bettermann
Message:

school parameters must not be required when importing data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py

    r13877 r13883  
    152152        title = _(u'1st Choice TPZ and School'),
    153153        source = SchoolSource(),
    154         required = True,
     154        required = False,
    155155        )
    156156
     
    158158        title = _(u'2nd Choice TPZ and School'),
    159159        source = SchoolSource(),
    160         required = True,
     160        required = False,
    161161        )
    162162
     
    164164        title = _(u'3rd Choice TPZ and School'),
    165165        source = SchoolSource(),
    166         required = True,
     166        required = False,
    167167        )
    168168
Note: See TracChangeset for help on using the changeset viewer.