Skip to content

Commit 4da3b40

Browse files
ENGCOM-7902: #1618: Duplicated items in Used in Entities filters #29290
- Merge Pull Request #29290 from joweecaquicla/magento2:ASI-1618-duplicated-items-in-used-in-entities-filters - Merged commits: 1. 9c25127 2. 9c45910
2 parents 2219289 + 9c45910 commit 4da3b40

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ define([
11671167
return;
11681168
}
11691169

1170-
if (searchKey !== this.lastSearchKey) {
1170+
if (currentPage === 1) {
11711171
this.options([]);
11721172
}
11731173
this.processRequest(searchKey, currentPage);

0 commit comments

Comments
 (0)