소스 검색

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([])
     }