Fixed action links on table

This commit is contained in:
Rashid Khan 2013-05-22 13:30:32 -07:00
parent 443d6085e8
commit 647f4689ac

View File

@ -114,7 +114,7 @@ angular.module('kibana.table', [])
$scope.panel.query = add_to_query($scope.panel.query,field,value,negate)
$scope.panel.offset = 0;
$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) {