Ignore:
Timestamp:
15 Mar 2024, 12:57:36 (8 months ago)
Author:
Henrik Bettermann
Message:

Add new application form and change existing ones.

File:
1 edited

Legend:

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

    r16786 r17719  
    2929    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit,
    3030    IPUTMEApplicantEdit, ITranscriptApplicant, ICertificateRequest,
    31     IFedexRequest, IRecruitment, ICustomApplicantRefereeReport)
     31    IFedexRequest, IRecruitment, ICustomApplicantRefereeReport,
     32    IResultReissuanceRequest)
    3233
    3334class CustomApplicant(NigeriaApplicant):
     
    3637        ICustomPGApplicantEdit, IPUTMEApplicantEdit,
    3738        ITranscriptApplicant, ICertificateRequest,
    38         IFedexRequest, IRecruitment)
     39        IFedexRequest, IRecruitment,
     40        IResultReissuanceRequest)
    3941    grok.provides(ICustomApplicant)
    4042
Note: See TracChangeset for help on using the changeset viewer.