web/box.py
branchtls-sprint
changeset 1624 baf484a182cd
parent 1493 8270580b65a0
child 1695 9a9822f3cb6c
--- a/web/box.py	Thu Apr 30 18:11:42 2009 +0200
+++ b/web/box.py	Thu Apr 30 18:12:04 2009 +0200
@@ -166,7 +166,7 @@
     class attributes.
     """
 
-    def cell_call(self, row, col, view=None):
+    def cell_call(self, row, col, view=None, **kwargs):
         self.req.add_js('cubicweb.ajax.js')
         entity = self.entity(row, col)
         box = SideBoxWidget(display_name(self.req, self.rtype), self.id)