web/views/basecomponents.py
changeset 533 215ecdb5f047
parent 431 18b4dd650ef8
child 638 80f8808fc558
child 851 33957ff2b790
--- 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,'\