author | sylvain.thenault@logilab.fr |
Thu, 30 Apr 2009 18:12:04 +0200 | |
branch | tls-sprint |
changeset 1624 | baf484a182cd |
parent 1623 | 0b974e21d762 |
child 1627 | ec241d3a69ea |
web/box.py | file | annotate | diff | comparison | revisions |
--- 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)