Ignore:
Timestamp:
8 Jul 2022, 11:14:06 (2 years ago)
Author:
Henrik Bettermann
Message:

Add ICustomApplicantEdit interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/applicant.py

    r16997 r17013  
    2323from kofacustom.nigeria.applicants.applicant import NigeriaApplicant
    2424from kofacustom.lpng.applicants.interfaces import(
    25     ICustomApplicant,)
     25    ICustomApplicant, ICustomApplicantEdit)
    2626
    2727class CustomApplicant(NigeriaApplicant):
    2828
    29     grok.implements(ICustomApplicant)
     29    grok.implements(ICustomApplicant, ICustomApplicantEdit)
    3030    grok.provides(ICustomApplicant)
    3131
Note: See TracChangeset for help on using the changeset viewer.