Changeset 5483 for main


Ignore:
Timestamp:
24 Aug 2010, 11:55:30 (14 years ago)
Author:
uli
Message:

Declare that Applicant objects also implement the new interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/jambtables/applicants.py

    r5479 r5483  
    2626from waeup.sirp.interfaces import IWAeUPSIRPPluggable
    2727from waeup.sirp.jambtables.interfaces import (
    28     IResultEntry, IApplicant, IApplicantContainer
     28    IResultEntry, IApplicant, IApplicantContainer, IApplicantPDEEditData
    2929    )
    3030
     
    3636        self.score = score
    3737   
    38 
    3938class Applicant(grok.Context):
    40     grok.implements(IApplicant)
     39    grok.implements(IApplicant, IApplicantPDEEditData)
     40    grok.provides(IApplicant)
    4141
    4242    fst_sit_results = FieldProperty(IApplicant['fst_sit_results'])
Note: See TracChangeset for help on using the changeset viewer.