Browse Source

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

Enrico Berti 9 năm trước cách đây
mục cha
commit
f96fc84
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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([])
     }