diff -r e134d2dd9992 -r e4843535db25 web/views/workflow.py --- 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):