Explorar o código

Fixed clicking of map areas

Rashid Khan %!s(int64=12) %!d(string=hai) anos
pai
achega
803f24cb4c
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      panels/map/module.js

+ 1 - 3
panels/map/module.js

@@ -99,9 +99,7 @@ angular.module('kibana.map', [])
   }
 
   $scope.build_search = function(field,value) {
-    _.each(query.list,function(q) {
-      q.query = add_to_query(q.query,field,value,false);
-    })
+    filterSrv.set({type:'querystring',mandate:'must',query:field+":"+value})
     dashboard.refresh();
   }