changeset 3460 | e4843535db25 |
parent 3451 | 6b46d73823f5 |
child 3503 | 06bced8edddf |
--- a/web/views/workflow.py Thu Sep 24 00:23:32 2009 +0200 +++ b/web/views/workflow.py Thu Sep 24 00:24:21 2009 +0200 @@ -178,8 +178,8 @@ __select__ = implements('State') def cell_call(self, row, col): - self.w(xml_escape(self.view('textincontext', self.cw_rset, - row=row, col=col))) + self.w(xml_escape(self._cw.view('textincontext', self.cw_rset, + row=row, col=col))) class WorkflowPrimaryView(primary.PrimaryView):