Ignore:
Timestamp:
7 Jun 2011, 12:16:27 (13 years ago)
Author:
Henrik Bettermann
Message:

Move workflow methods from certificates to applicants.

File:
1 edited

Legend:

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

    r6290 r6296  
    291291        #readonly = True,
    292292        )
     293
    293294    reg_no = schema.TextLine(
    294295        title = u'JAMB Registration Number',
     
    366367        readonly = True,
    367368        )
    368     status = schema.TextLine(
    369         # XXX: should be 'status' type
    370         title = u'Application Status',
    371         required = False,
    372         readonly = True,
    373         )
     369
     370    #application_state = schema.Choice(
     371    #    title = u'Application Status',
     372    #    default = 'created',
     373    #    values = ['unchecked', 'checked']
     374    #    readonly = True,
     375    #    )
     376
    374377    screening_score = schema.Int(
    375378        title = u'Screening Score',
Note: See TracChangeset for help on using the changeset viewer.