author | Laure Bourgois <Laure.Bourgois@logilab.fr> |
Thu, 22 Jan 2009 16:03:45 +0100 | |
changeset 457 | 113ed7d5c4cd |
parent 455 | c4b630e7d0f8 (diff) |
parent 456 | 9011d9c20a89 (current diff) |
child 459 | 0d42c42245ed |
child 460 | 5cd2b27d5435 |
--- a/web/box.py Thu Jan 22 15:53:39 2009 +0100 +++ b/web/box.py Thu Jan 22 16:03:45 2009 +0100 @@ -184,7 +184,7 @@ class attributes. """ - def cell_call(self, row, col): + def cell_call(self, row, col, view=None): self.req.add_js('cubicweb.ajax.js') entity = self.entity(row, col) box = SideBoxWidget(display_name(self.req, self.rtype), self.id)