Переглянути джерело

Fixed action links on table

Rashid Khan 12 роки тому
батько
коміт
647f4689ac
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      panels/table/module.js

+ 1 - 1
panels/table/module.js

@@ -114,7 +114,7 @@ angular.module('kibana.table', [])
     $scope.panel.query = add_to_query($scope.panel.query,field,value,negate)
     $scope.panel.query = add_to_query($scope.panel.query,field,value,negate)
     $scope.panel.offset = 0;
     $scope.panel.offset = 0;
     $scope.get_data();
     $scope.get_data();
-    eventBus.broadcast($scope.$id,$scope.panel.group,'query',$scope.panel.query);
+    eventBus.broadcast($scope.$id,$scope.panel.group,'query',[$scope.panel.query]);
   }
   }
 
 
   $scope.get_data = function(segment,query_id) {
   $scope.get_data = function(segment,query_id) {