Ignore:
Timestamp:
21 Nov 2020, 14:31:21 (4 years ago)
Author:
Henrik Bettermann
Message:

Customize max_applicants.

File:
1 edited

Legend:

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

    r16281 r16328  
    2929    ApplicantRegistrationPage, ApplicantsContainerPage, AdditionalFile,
    3030    RefereeReportAddFormPage, ExportPDFReportSlipPage, ExportPDFReportSlipPage2,
    31     RefereeReportDisplayFormPage)
     31    RefereeReportDisplayFormPage,
     32    ApplicantsContainerManageFormPage)
    3233from waeup.kofa.applicants.interfaces import (
    3334    ISpecialApplicant, IApplicantsContainer, AppCatCertificateSource)
     
    151152                'startdate', 'enddate')
    152153        return form_fields
     154
     155class CustomApplicantsContainerManageFormPage(ApplicantsContainerManageFormPage):
     156
     157    max_applicants = 3000
    153158
    154159class CustomApplicantDisplayFormPage(NigeriaApplicantDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.