mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
Filter add/remove fix (#779)
This commit is contained in:
committed by
Maxime Beauchemin
parent
cf785b4d03
commit
6731a287b5
@@ -40,7 +40,7 @@ function prepForm() {
|
||||
|
||||
["col", "op", "eq"].forEach(function (fieldMiddle) {
|
||||
var fieldName = fieldPrefix + "_" + fieldMiddle;
|
||||
$filter.find("#" + fieldName + "_0")
|
||||
$filter.find("[id^='" + fieldName + "_']")
|
||||
.attr("id", function () {
|
||||
return fieldName + "_" + i;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user