mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7479 - Profile filter unusable
This commit is contained in:
@@ -132,7 +132,9 @@ let oWidget{{ oUIBlock.GetId() }} = $('#{{ oUIBlock.GetId() }}').selectize({
|
||||
// Add merged values
|
||||
callback(options);
|
||||
// Restore input value
|
||||
me.addItems(aSelectedItems, true);
|
||||
aSelectedItems.forEach(function(item) {
|
||||
me.addItem(item, true);
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user