diff -r 00f3b102b2c5 -r c4c13cf8cd7b web/views/workflow.py --- a/web/views/workflow.py Fri Jul 24 15:13:44 2009 +0200 +++ b/web/views/workflow.py Fri Jul 24 15:20:14 2009 +0200 @@ -67,6 +67,7 @@ def redirectpath(self, entity): return entity.rest_path() + class WFHistoryView(EntityView): id = 'wfhistory' __select__ = relation_possible('wf_info_for', role='object') @@ -98,6 +99,7 @@ self.wview('table', rset, title=_(self.title), displayactions=False, displaycols=displaycols, headers=headers) + class WFHistoryVComponent(component.EntityVComponent): """display the workflow history for entities supporting it""" id = 'wfhistory'