web/views/baseviews.py
changeset 3720 5376aaadd16b
parent 3451 6b46d73823f5
parent 3682 9b62c5887639
child 3890 d7a270f50f54
--- a/web/views/baseviews.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/web/views/baseviews.py	Mon Oct 19 15:16:41 2009 +0200
@@ -115,7 +115,7 @@
     __regid__ = 'secondary'
     title = _('secondary')
 
-    def cell_call(self, row, col):
+    def cell_call(self, row, col, **kwargs):
         """the secondary view for an entity
         secondary = icon + view(oneline)
         """
@@ -128,7 +128,7 @@
     __regid__ = 'oneline'
     title = _('oneline')
 
-    def cell_call(self, row, col):
+    def cell_call(self, row, col, **kwargs):
         """the one line view for an entity: linked text view
         """
         entity = self.cw_rset.get_entity(row, col)