Changeset 16956


Ignore:
Timestamp:
25 May 2022, 06:49:12 (2 years ago)
Author:
Henrik Bettermann
Message:

Extend exporter.

File:
1 edited

Legend:

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

    r16786 r16956  
    2626    INigeriaUGApplicant, INigeriaPGApplicant)
    2727from waeup.aaue.applicants.interfaces import (
    28     ICustomUGApplicant, ITranscriptApplicant, ICertificateRequest,
    29     ICustomApplicantRefereeReport)
     28    ICustomUGApplicant,
     29    ITranscriptApplicant,
     30    ICertificateRequest,
     31    ICustomApplicantRefereeReport,
     32    IVerificationRequest,
     33    IFedexRequest,
     34    IRecruitment,
     35    ISendByEmailRequest)
    3036
    3137class CustomApplicantExporter(NigeriaApplicantExporter):
    32     """Exporter for Nigeria Applicants.
     38    """Exporter for AAUE Applicants.
    3339    """
    3440
     
    3945        iface_names(IApplicantBaseData) +
    4046        iface_names(ITranscriptApplicant) +
    41         iface_names(ICertificateRequest)
     47        iface_names(ICertificateRequest)  +
     48        iface_names(IVerificationRequest) +
     49        iface_names(IFedexRequest) +
     50        iface_names(IRecruitment) +
     51        iface_names(ISendByEmailRequest)
    4252        ))) + (
    4353        'password', 'state', 'history', 'container_code', 'application_number',
Note: See TracChangeset for help on using the changeset viewer.