Просмотр исходного кода

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

Enrico Berti 9 лет назад
Родитель
Сommit
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([])
     }