[table view] fix bad arguments given to form_filter method stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 20 Jul 2010 14:08:34 +0200
branchstable
changeset 5997 2d15ddbfa2d8
parent 5996 c87bc42437f1
child 5998 6c148645075d
[table view] fix bad arguments given to form_filter method
web/views/tableview.py
--- a/web/views/tableview.py	Mon Jul 19 17:22:10 2010 +0200
+++ b/web/views/tableview.py	Tue Jul 20 14:08:34 2010 +0200
@@ -345,7 +345,7 @@
             mainindex = self.main_var_index()
         if mainindex is not None:
             actions = self.form_filter(divid, displaycols, displayactions,
-                                       paginate, True)
+                                       displayfilter=True, paginate=paginate, hidden=True)
         else:
             actions = ()
         if not subvid and 'subvid' in self._cw.form: