Ignore:
Timestamp:
15 Jun 2016, 10:55:25 (8 years ago)
Author:
Henrik Bettermann
Message:

PUTME is obsolete (at least at Uniben). Rename putme to ase (Admission Screening Exercise).

File:
1 edited

Legend:

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

    r13556 r13945  
    110110            for field in AFFIL_OMIT_DISPLAY_FIELDS:
    111111                form_fields = form_fields.omit(field)
    112         elif self.target is not None and self.target.startswith('putme'):
     112        elif self.target is not None and self.target.startswith('ase'): # was putme
    113113            form_fields = grok.AutoFields(INigeriaUGApplicant)
    114114            for field in PUTME_OMIT_DISPLAY_FIELDS:
     
    163163            for field in AFFIL_OMIT_PDF_FIELDS:
    164164                form_fields = form_fields.omit(field)
    165         elif self.target is not None and self.target.startswith('putme'):
     165        elif self.target is not None and self.target.startswith('ase'): # was putme
    166166            form_fields = grok.AutoFields(INigeriaUGApplicant)
    167167            if self._reduced_slip():
     
    215215            for field in AFFIL_OMIT_MANAGE_FIELDS:
    216216                form_fields = form_fields.omit(field)
    217         elif self.target is not None and self.target.startswith('putme'):
     217        elif self.target is not None and self.target.startswith('ase'): # was putme
    218218            form_fields = grok.AutoFields(INigeriaUGApplicant)
    219219            for field in PUTME_OMIT_MANAGE_FIELDS:
     
    253253            for field in AFFIL_OMIT_EDIT_FIELDS:
    254254                form_fields = form_fields.omit(field)
    255         elif self.target is not None and self.target.startswith('putme'):
     255        elif self.target is not None and self.target.startswith('ase'): # was putme
    256256            form_fields = grok.AutoFields(IPUTMEApplicantEdit)
    257257            for field in PUTME_OMIT_EDIT_FIELDS:
Note: See TracChangeset for help on using the changeset viewer.