- Timestamp:
- 7 Dec 2014, 15:13:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/workflow.py
r12089 r12162 129 129 last_transition_date when transition happened. 130 130 """ 131 if event.transition.transition_id == 'verify': 132 obj.setMD5() 131 133 msg = event.transition.user_data['msg'] 132 134 history = IObjectHistory(obj)
Note: See TracChangeset for help on using the changeset viewer.