|
|
@ -94,7 +94,7 @@ BI.MultiSelectNoBarLoader = BI.inherit(BI.Widget, { |
|
|
|
times: times |
|
|
|
times: times |
|
|
|
}), function (ob) { |
|
|
|
}), function (ob) { |
|
|
|
hasNext = ob.hasNext; |
|
|
|
hasNext = ob.hasNext; |
|
|
|
callback(firstItems.concat(self._createItems(ob.items)), ob.keyword || ""); |
|
|
|
callback(firstItems.concat(self._createItems(ob.items)), ob.keyword || op.keyword || ""); |
|
|
|
if (times === 1 && self.storeValue) { |
|
|
|
if (times === 1 && self.storeValue) { |
|
|
|
BI.isKey(startValue) && (self.storeValue.type === BI.Selection.All ? BI.remove(self.storeValue.value, startValue) : BI.pushDistinct(self.storeValue.value, startValue)); |
|
|
|
BI.isKey(startValue) && (self.storeValue.type === BI.Selection.All ? BI.remove(self.storeValue.value, startValue) : BI.pushDistinct(self.storeValue.value, startValue)); |
|
|
|
self.setValue(self.storeValue); |
|
|
|
self.setValue(self.storeValue); |
|
|
|