瀏覽代碼

HUE-4193 [search] Toggling on all the fields of a grid widgets breaks

Enrico Berti 9 年之前
父節點
當前提交
f96fc84
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/search/src/search/templates/search.mako

+ 1 - 0
apps/search/src/search/templates/search.mako

@@ -2869,6 +2869,7 @@ $(document).ready(function () {
 
 
   function toggleGridFieldsSelection() {
+    viewModel.resultsHash = '';
     if (viewModel.collection.template.fields().length > 0) {
       viewModel.collection.template.fieldsSelected([])
     }