Ignore:
Timestamp:
23 Aug 2015, 10:03:46 (9 years ago)
Author:
Henrik Bettermann
Message:

Add property to mark 'unused' records. Add FieldIndex? to applicants catalog.

File:
1 edited

Legend:

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

    r13211 r13213  
    327327    """
    328328    state = Attribute('Application state of an applicant')
     329    record_used = Attribute('True if password or any required field has been set')
    329330    history = Attribute('Object history, a list of messages')
    330331    display_fullname = Attribute('The fullname of an applicant')
Note: See TracChangeset for help on using the changeset viewer.