branch | stable |
changeset 9139 | 5ca6e0ab0227 |
parent 8923 | acff6dfcb9f4 |
child 9176 | 8139f82c8bbe |
--- a/web/data/cubicweb.facets.js Tue Jul 02 09:36:20 2013 +0200 +++ b/web/data/cubicweb.facets.js Mon Jul 08 17:38:10 2013 +0200 @@ -30,7 +30,7 @@ }); // FacetStringWidget (e.g. has-text) $(this).find('input:text').each(function(){ - names.push(facetName); + names.push(this.name); values.push(this.value); }); });