Changeset 13546 for main/waeup.aaue


Ignore:
Timestamp:
16 Dec 2015, 08:59:26 (9 years ago)
Author:
Henrik Bettermann
Message:

More re-organization work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r13545 r13546  
    5151      'hq_degree3', 'hq_school3', 'hq_session3', 'hq_disc3'
    5252      )
    53 UG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + ('jamb_subjects_list',) + UG_OMIT_FIELDS
     53UG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + (
     54    'jamb_subjects_list',) + UG_OMIT_FIELDS
    5455UG_OMIT_PDF_FIELDS = UG_OMIT_DISPLAY_FIELDS + UG_OMIT_FIELDS + (
    5556      'reg_number','alr_fname', 'alr_no', 'alr_date',
    5657      'alr_results', 'notice')
    57 UG_OMIT_MANAGE_FIELDS = ('special_application','jamb_subjects_list',) + UG_OMIT_FIELDS
    58 UG_OMIT_EDIT_FIELDS = UG_OMIT_MANAGE_FIELDS + OMIT_DISPLAY_FIELDS + UG_OMIT_FIELDS + (
     58UG_OMIT_MANAGE_FIELDS = (
     59    'special_application','jamb_subjects_list',) + UG_OMIT_FIELDS
     60UG_OMIT_EDIT_FIELDS = UG_OMIT_MANAGE_FIELDS + OMIT_DISPLAY_FIELDS + (
    5961    'student_id',
    6062    'notice',
    61     'screening_score',
    62     'screening_venue',
    63     'screening_date',
    6463    'jamb_age',
    6564    'jamb_subjects',
     
    9291    'scd_sit_type',
    9392    'scd_sit_results',
    94     'programme_type'
     93    'programme_type',
     94    'jamb_age',
     95    'jamb_subjects',
     96    'jamb_score',
     97    'jamb_reg_number',
     98    'aggregate'
    9599    )
    96100PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + (
     
    101105PG_OMIT_MANAGE_FIELDS = (
    102106    'special_application','jamb_subjects_list',) + PG_OMIT_FIELDS
    103 PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + OMIT_DISPLAY_FIELDS + PG_OMIT_FIELDS + (
     107PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + OMIT_DISPLAY_FIELDS + (
    104108    'student_id',
    105109    'notice',
    106     'screening_score',
    107     'screening_venue',
    108     'screening_date',
    109     'jamb_age',
    110     'jamb_subjects',
    111     'jamb_score',
    112     'jamb_reg_number',
    113     'aggregate')
     110    )
    114111
    115112class CustomApplicantDisplayFormPage(NigeriaApplicantDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.