Changeset 16053


Ignore:
Timestamp:
9 Apr 2020, 11:15:52 (4 years ago)
Author:
Henrik Bettermann
Message:

Omit employer fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py

    r16052 r16053  
    7979
    8080# PG has its own interface
    81 PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS
     81PG_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + (
     82    'employer',
     83    'emp_position',
     84    'emp_start',
     85    'emp_end',
     86    'emp_reason',
     87    'employer2',
     88    'emp2_position',
     89    'emp2_start',
     90    'emp2_end',
     91    'emp2_reason',
     92    )
    8293PG_OMIT_PDF_FIELDS = PG_OMIT_DISPLAY_FIELDS + ('phone',)
    8394PG_OMIT_MANAGE_FIELDS = (
     
    95106    )
    96107PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + PG_OMIT_DISPLAY_FIELDS + (
    97     'student_id', 'notice',
    98     'screening_score', 'screening_venue',
     108    'student_id',
     109    'notice',
     110    'screening_score',
     111    'screening_venue',
    99112    'screening_date',)
    100113
Note: See TracChangeset for help on using the changeset viewer.