changeset 6366 | 1806148d6ce8 |
parent 6141 | b8287e54b528 |
parent 6354 | 73bf870d37d5 |
child 6456 | 150246e77cda |
--- a/web/views/workflow.py Thu Sep 23 23:28:58 2010 +0200 +++ b/web/views/workflow.py Wed Sep 29 16:16:32 2010 +0200 @@ -164,7 +164,7 @@ class WFHistoryVComponent(component.CtxComponent): """display the workflow history for entities supporting it""" __regid__ = 'wfhistory' - __select__ = WFHistoryView.__select__ & component.EntityVComponent.__select__ + __select__ = component.EntityVComponent.__select__ & WFHistoryView.__select__ context = 'navcontentbottom' title = _('Workflow history')