should take arbitrary arguments tls-sprint
authorsylvain.thenault@logilab.fr
Thu, 30 Apr 2009 18:12:04 +0200
branchtls-sprint
changeset 1624 baf484a182cd
parent 1623 0b974e21d762
child 1627 ec241d3a69ea
should take arbitrary arguments
web/box.py
--- 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)