# HG changeset patch # User Sylvain Thénault # Date 1252492116 -7200 # Node ID fab471bee6c11c6041c102a5292ab14247c40616 # Parent 37c310ca65066ca8f8def6ec505ab148eb15e4dc [facets] duhh, necessary fromformfilter hidden was missing diff -r 37c310ca6506 -r fab471bee6c1 web/data/cubicweb.facets.js --- a/web/data/cubicweb.facets.js Wed Sep 09 12:27:41 2009 +0200 +++ b/web/data/cubicweb.facets.js Wed Sep 09 12:28:36 2009 +0200 @@ -66,6 +66,7 @@ extraparams['divid'] = divid; copyParam(zipped, extraparams, 'divid'); copyParam(zipped, extraparams, 'subvid'); + copyParam(zipped, extraparams, 'fromformfilter'); // paginate used to know if the filter box is acting, in which case we // want to reload action box to match current selection (we don't want // this from a table filter) diff -r 37c310ca6506 -r fab471bee6c1 web/views/tableview.py --- a/web/views/tableview.py Wed Sep 09 12:27:41 2009 +0200 +++ b/web/views/tableview.py Wed Sep 09 12:28:36 2009 +0200 @@ -59,7 +59,9 @@ xml_escape(dumps([divid, 'table', False, vidargs]))) self.w(u'
' % (divid, hidden and 'hidden' or '')) self.w(u'' % divid) - filter_hiddens(self.w, facets=','.join(wdg.facet.id for wdg in fwidgets), baserql=baserql) + self.w(u'') + filter_hiddens(self.w, facets=','.join(wdg.facet.id for wdg in fwidgets), + baserql=baserql) self.w(u'\n') self.w(u'\n') for wdg in fwidgets: