Changeset 12017 for main/waeup.ikoba/trunk/src/waeup/ikoba/documents
- Timestamp:
- 21 Nov 2014, 05:51:16 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/documents
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/document.py
r12005 r12017 72 72 return history 73 73 74 @property 75 def state(self): 76 state = IWorkflowState(self).getState() 77 return state 78 74 79 Document = attrs_to_fields(Document) 75 80 -
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/interfaces.py
r12015 r12017 45 45 document_id = Attribute('Document Identifier') 46 46 history = Attribute('Object history, a list of messages') 47 state = Attribute('Returns the verification state of a document') 47 48 48 49 title = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.