implements cell_call
authorsylvain.thenault@logilab.fr
Fri, 30 Jan 2009 15:30:55 +0100
changeset 533 215ecdb5f047
parent 532 ce3e94cbb074
child 534 1368c80276bc
implements cell_call
web/views/basecomponents.py
--- a/web/views/basecomponents.py	Fri Jan 30 15:30:30 2009 +0100
+++ b/web/views/basecomponents.py	Fri Jan 30 15:30:55 2009 +0100
@@ -138,9 +138,9 @@
     target = 'subject'
     title = _('Workflow history')
 
-    def call(self, view=None):
+    def cell_call(self, row, col, view=None):
         _ = self.req._
-        eid = self.rset[0][0]
+        eid = self.rset[row][col]
         sel = 'Any FS,TS,WF,D'
         rql = ' ORDERBY D DESC WHERE WF wf_info_for X,'\
               'WF from_state FS, WF to_state TS, WF comment C,'\