mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
Fixing 2 bugs that happen when fields are removed from table (#551)
This commit is contained in:
@@ -237,7 +237,8 @@ function initExploreView() {
|
||||
function set_filters() {
|
||||
for (var i = 1; i < 10; i++) {
|
||||
var eq = px.getParam("flt_eq_" + i);
|
||||
if (eq !== '') {
|
||||
var col = px.getParam("flt_col_" + i);
|
||||
if (eq !== '' && col !== '') {
|
||||
add_filter(i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user