Ignore:
Timestamp:
18 Jun 2009, 11:24:51 (15 years ago)
Author:
uli
Message:

Update certificate interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r4280 r4310  
    166166        )
    167167
    168     review_state = schema.Bool(
     168    review_state = schema.TextLine(
    169169        title = u'review state',
    170         default = False,
     170        default = u'unchecked',
    171171        required = True,
    172172        )
     
    212212        )
    213213   
    214    
     214
    215215class ICertificateContainer(IWAeUPContainer):
    216216    """A container for certificates.
Note: See TracChangeset for help on using the changeset viewer.