Ignore:
Timestamp:
25 Jun 2013, 16:08:31 (11 years ago)
Author:
Henrik Bettermann
Message:

nationality is only required if applicants edit their data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py

    r10385 r10386  
    104104        source = nats_vocab,
    105105        title = _(u'Nationality'),
    106         required = True,
     106        required = False,
    107107        )
    108108    lga = schema.Choice(
     
    489489        show_year = True,
    490490        )
     491    nationality = schema.Choice(
     492        source = nats_vocab,
     493        title = _(u'Nationality'),
     494        required = True,
     495        )
    491496
    492497IPUTMEApplicantEdit[
     
    494499IPUTMEApplicantEdit[
    495500    'email'].order =  INigeriaUGApplicant['email'].order
     501IPUTMEApplicantEdit[
     502    'nationality'].order =  INigeriaUGApplicant['nationality'].order
    496503
    497504class INigeriaApplicantUpdateByRegNo(INigeriaApplicant):
Note: See TracChangeset for help on using the changeset viewer.