Explorar o código

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

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
f96fc84
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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([])
     }