# HG changeset patch # User Sylvain Thénault # Date 1279627714 -7200 # Node ID 2d15ddbfa2d8fd8fa69710899e46ca19bd4a1bc3 # Parent c87bc42437f1e48e4aa8755239f959e3777f440d [table view] fix bad arguments given to form_filter method diff -r c87bc42437f1 -r 2d15ddbfa2d8 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: