[forms] default combobox view should accept arbitrary keyword arguments stable cubicweb-version-3.9.3
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Jul 2010 17:41:22 +0200
branchstable
changeset 6023 900772fd9caa
parent 6022 061685d81ee2
child 6024 ab1f9686ff3e
[forms] default combobox view should accept arbitrary keyword arguments
web/views/editviews.py
--- a/web/views/editviews.py	Tue Jul 27 16:39:19 2010 +0200
+++ b/web/views/editviews.py	Tue Jul 27 17:41:22 2010 +0200
@@ -89,7 +89,7 @@
     __regid__ = 'combobox'
     title = None
 
-    def cell_call(self, row, col):
+    def cell_call(self, row, col, **kwargs):
         """the combo-box view for an entity: same as text out of context view
         by default
         """