mirror of
https://github.com/apache/superset.git
synced 2026-06-05 23:59:25 +00:00
Fixed standalone view
This commit is contained in:
@@ -26,6 +26,9 @@ var px = (function() {
|
||||
if (dashboard !== undefined){
|
||||
qrystr = parser.search + "&extra_filters=" + JSON.stringify(dashboard.filters);
|
||||
}
|
||||
else if ($('#query').length == 0){
|
||||
qrystr = parser.search;
|
||||
}
|
||||
else {
|
||||
qrystr = '?' + $('#query').serialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user