Ignore:
Timestamp:
10 Jul 2023, 01:17:02 (15 months ago)
Author:
Henrik Bettermann
Message:

Change JAMB fields.

File:
1 edited

Legend:

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

    r17161 r17476  
    211211        required = False,
    212212        )
    213     jamb_subjects_list = schema.List(
    214         title = _(u'JAMB Subjects'),
    215         required = False,
    216         defaultFactory=list,
    217         value_type = schema.Choice(
    218             vocabulary = jambsubjects
    219             #source = JAMBSubjectSource(),
    220             ),
    221         )
     213    #jamb_subjects_list = schema.List(
     214    #    title = _(u'JAMB Subjects'),
     215    #    required = False,
     216    #    defaultFactory=list,
     217    #    value_type = schema.Choice(
     218    #        vocabulary = jambsubjects
     219    #        #source = JAMBSubjectSource(),
     220    #        ),
     221    #    )
    222222    jamb_score = schema.Int(
    223223        title = _(u'Total JAMB Score'),
     
    228228    #    required = False,
    229229    #    )
    230     jamb_reg_number = schema.TextLine(
    231         title = _(u'JAMB Registration Number'),
    232         required = False,
    233         constraint=validate_jamb_reg_number,
    234         )
     230    #jamb_reg_number = schema.TextLine(
     231    #    title = _(u'JAMB Registration Number'),
     232    #    required = False,
     233    #    constraint=validate_jamb_reg_number,
     234    #    )
    235235    notice = schema.Text(
    236236        title = _(u'Notice'),
Note: See TracChangeset for help on using the changeset viewer.