#343714: Enable workflow transition comments editing
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jul 2009 19:44:30 +0200
changeset 2506 965d5e1557ed
parent 2505 5d7d4af9eadf
child 2507 45248d0ad8a0
child 2510 2aeac9d85a79
#343714: Enable workflow transition comments editing
web/views/workflow.py
--- 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):