Ignore:
Timestamp:
10 Jun 2011, 10:20:44 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement ApplicantAddFormPage?.

File:
1 edited

Legend:

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

    r6324 r6327  
    284284    """
    285285    msgs = Attribute('Workflow transitions with date of transition.')
     286    getApplicationState = Attribute('Returns the application state of an applicant')
    286287
    287288    reg_no = schema.TextLine(
     
    388389        default = False,
    389390        )
    390 
    391     def getApplicationState():
    392         """
    393         Returns the application state of an applicant.
    394         """
    395391
    396392class IApplicant(IApplicantBaseData):
Note: See TracChangeset for help on using the changeset viewer.