Ignore:
Timestamp:
7 Jul 2012, 09:51:31 (12 years ago)
Author:
Henrik Bettermann
Message:

Add fileds defined in INigeriaUGApplicant and INigeriaPGApplicant to exporter. This was not discovered by the exporter tests since ICustomXYZ interfaces are complete copies of the INigeriaXYZ interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py

    r8928 r8929  
    2121from waeup.kofa.applicants.interfaces import IApplicantBaseData
    2222from waeup.kofa.applicants.export import ApplicantsExporter
    23 from waeup.uniben.applicants.interfaces import ICustomUGApplicant, ICustomPGApplicant
     23from kofacustom.nigeria.applicants.interfaces import (
     24    INigeriaUGApplicant, INigeriaPGApplicant)
     25from waeup.uniben.applicants.interfaces import (
     26    ICustomUGApplicant, ICustomPGApplicant)
    2427
    2528class CustomApplicantsExporter(ApplicantsExporter):
     
    3033        ICustomUGApplicant.names() +
    3134        ICustomPGApplicant.names() +
     35        INigeriaUGApplicant.names() +
     36        INigeriaPGApplicant.names() +
    3237        IApplicantBaseData.names()
    3338        ))) + ('container_code',)
Note: See TracChangeset for help on using the changeset viewer.