[FIX] web: indent possible values for selection/bool fields in search

This commit is contained in:
Denis Ledoux 2015-01-30 11:37:59 +01:00
parent c6e2d97c04
commit 35806cc075
1 changed files with 1 additions and 0 deletions

View File

@ -1535,6 +1535,7 @@ instance.web.search.SelectionField = instance.web.search.Field.extend(/** @lends
.map(function (sel) {
return {
label: _.escape(sel[1]),
indent: true,
facet: facet_from(self, sel)
};
}).value();