web/data/cubicweb.facets.js
changeset 7949 ce64860b3cdc
parent 7923 ece4bc9b9314
child 8165 1fe089765187
--- a/web/data/cubicweb.facets.js	Tue Oct 11 18:16:52 2011 +0200
+++ b/web/data/cubicweb.facets.js	Fri Oct 14 08:49:58 2011 +0200
@@ -49,6 +49,7 @@
 }
 
 
+// XXX deprecate vidargs once TableView is gone
 function buildRQL(divid, vid, paginate, vidargs) {
     jQuery(CubicWeb).trigger('facets-content-loading', [divid, vid, paginate, vidargs]);
     var $form = $('#' + divid + 'Form');
@@ -77,7 +78,7 @@
         copyParam(zipped, extraparams, 'vid');
         extraparams['divid'] = divid;
         copyParam(zipped, extraparams, 'divid');
-        copyParam(zipped, extraparams, 'subvid');
+        copyParam(zipped, extraparams, 'subvid'); // XXX deprecate once TableView is gone
         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