# HG changeset patch # User Adrien Di Mascio # Date 1232562395 -3600 # Node ID c35c318e6be584b877b7d57fc326a7429c687f0d # Parent 0e4fb0a257ab4bf20789ceef634c210bfd3f429d fix EditRelationBoxTemplate: the box might be passed an additional 'view' paraemter diff -r 0e4fb0a257ab -r c35c318e6be5 web/box.py --- a/web/box.py Thu Jan 15 17:35:01 2009 +0100 +++ b/web/box.py Wed Jan 21 19:26:35 2009 +0100 @@ -185,7 +185,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)