Ignore:
Timestamp:
10 Jul 2015, 11:39:13 (9 years ago)
Author:
Henrik Bettermann
Message:

Replace jamb_subjects field by the list-of-choices field
jamb_subjects_list which allows to select items from the jambsubjects
vocabulary. This field is available only for CBT application.

Location:
main/kofacustom.nigeria/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk

    • Property svn:ignore
      •  

        old new  
        66parts
        77sources
         8uuid.txt
        89var
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/tests/test_browser.py

    r13155 r13160  
    348348        applicant.notice = u'Some notice\nin lines.'
    349349        applicant.jamb_subjects = u'Line 1\nLine 2'
     350        applicant.jamb_subjects_list = ['english_language', 'fine_art']
    350351        applicant.screening_score = 98
    351352        applicant.screening_venue = u'Exam Room'
     
    369370            'fst_sit_results,fst_sit_type,history,hq_degree,hq_disc,'
    370371            'hq_matric_no,hq_school,hq_session,hq_type,jamb_reg_number,'
    371             'jamb_score,jamb_subjects,lastname,lga,locked,middlename,'
     372            'jamb_score,jamb_subjects,jamb_subjects_list,'
     373            'lastname,lga,locked,middlename,'
    372374            'nationality,notice,nysc_lga,nysc_year,password,phone,'
    373375            'presently_inst,reg_number,result_uploaded,scd_sit_date,'
     
    379381            'Anna M. Tester,anna@sample.com,,,,,,,,,,,Anna,,,,,,'
    380382            '[u\'2015-07-06 11:21:22 WAT - Application initialized by system\']'
    381             ',,,,,,,,,Line 1++Line 2,Tester,,0,M.,NG,"Some notice\nin lines.",,,'
     383            ',,,,,,,,,Line 1++Line 2,"[\'english_language\', \'fine_art\']",'
     384            'Tester,,0,M.,NG,"Some notice\nin lines.",,,'
    382385            'any password,+234-123-12345#,,123456,,,,,,,'
    383386            '"Saturday, 16th June 2012 2:00:00 PM",98,Exam Room,f,,,'
     
    396399            'fst_sit_results','fst_sit_type','history','hq_degree','hq_disc',
    397400            'hq_matric_no','hq_school','hq_session','hq_type','jamb_reg_number',
    398             'jamb_score','jamb_subjects','lastname','lga','locked','middlename',
     401            'jamb_score','jamb_subjects','jamb_subjects_list',
     402            'lastname','lga','locked','middlename',
    399403            'nationality','notice','nysc_lga','nysc_year','password','phone',
    400404            'presently_inst','reg_number','result_uploaded','scd_sit_date',
     
    423427            'fst_sit_results','fst_sit_type','history','hq_degree','hq_disc',
    424428            'hq_matric_no','hq_school','hq_session','hq_type','jamb_reg_number',
    425             'jamb_score','jamb_subjects','lastname','lga','locked','middlename',
     429            'jamb_score','jamb_subjects','jamb_subjects_list',
     430            'lastname','lga','locked','middlename',
    426431            'nationality','notice','nysc_lga','nysc_year','password','phone',
    427432            'presently_inst','reg_number','result_uploaded','scd_sit_date',
Note: See TracChangeset for help on using the changeset viewer.