|
|
@ -235,7 +235,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, { |
|
|
|
text: o.valueFormatter(v) || v, |
|
|
|
text: o.valueFormatter(v) || v, |
|
|
|
value: v |
|
|
|
value: v |
|
|
|
}; |
|
|
|
}; |
|
|
|
}), this.trigger.getKey()); |
|
|
|
}), this.trigger.getKeyword()); |
|
|
|
var change = false; |
|
|
|
var change = false; |
|
|
|
var map = this._makeMap(this.storeValue.value); |
|
|
|
var map = this._makeMap(this.storeValue.value); |
|
|
|
BI.each(BI.concat(result.match, result.find), function (i, obj) { |
|
|
|
BI.each(BI.concat(result.match, result.find), function (i, obj) { |
|
|
@ -251,7 +251,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
o.itemsCreator({ |
|
|
|
o.itemsCreator({ |
|
|
|
type: BI.MultiSelectList.REQ_GET_ALL_DATA, |
|
|
|
type: BI.MultiSelectList.REQ_GET_ALL_DATA, |
|
|
|
keywords: [this.trigger.getKey()], |
|
|
|
keywords: [this.trigger.getKeyword()], |
|
|
|
selectedValues: BI.filter(this.storeValue.value, function (_i, v) { |
|
|
|
selectedValues: BI.filter(this.storeValue.value, function (_i, v) { |
|
|
|
return !BI.contains(res.value, v); |
|
|
|
return !BI.contains(res.value, v); |
|
|
|
}), |
|
|
|
}), |
|
|
|