mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 13:00:10 -04:00
Because we draw the table without VisualizationRenderer we need to explicitly add filters here too.
This commit is contained in:
@@ -168,6 +168,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.filters = $scope.queryResult.getFilters();
|
||||
|
||||
if ($scope.queryResult.getId() == null) {
|
||||
$scope.dataUri = "";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user