web/views/workflow.py
changeset 2506 965d5e1557ed
parent 2487 c4c13cf8cd7b
child 2680 66472d85d548
--- a/web/views/workflow.py	Fri Jul 24 19:43:12 2009 +0200
+++ b/web/views/workflow.py	Fri Jul 24 19:44:30 2009 +0200
@@ -117,7 +117,7 @@
     __select__ = implements('TrInfo')
 
     def cell_call(self, row, col, cellvid=None):
-        self.w(self.entity(row, col).printable_value('comment'))
+        self.w(self.entity(row, col).view('reledit', rtype='comment'))
 
 
 class StateInContextView(view.EntityView):