web/views/baseviews.py
branchstable
changeset 3682 9b62c5887639
parent 3264 5d1f3f6c042d
child 3720 5376aaadd16b
child 3794 c741061d5348
--- a/web/views/baseviews.py	Thu Oct 15 11:55:07 2009 +0200
+++ b/web/views/baseviews.py	Thu Oct 15 11:56:56 2009 +0200
@@ -115,7 +115,7 @@
     id = '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 @@
     id = '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.entity(row, col)
@@ -222,7 +222,7 @@
 class OutOfContextView(EntityView):
     id = 'outofcontext'
 
-    def cell_call(self, row, col):
+    def cell_call(self, row, col, **kwargs):
         entity = self.entity(row, col)
         desc = cut(entity.dc_description(), 50)
         self.w(u'<a href="%s" title="%s">' % (