Skip to content

Commit f40e3bb

Browse files
ENGCOM-5202: Fixed #22004 can't update attribute for all product #22704
- Merge Pull Request #22704 from opencommerce/magento2:2.3-developPr22004 - Merged commits: 1. 595a7a8
2 parents 923303d + 595a7a8 commit f40e3bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Ui/view/base/web/js/grid/massactions.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ define([
153153
var itemsType = data.excludeMode ? 'excluded' : 'selected',
154154
selections = {};
155155

156-
if (itemsType === 'excluded' && data.selected && data.selected.length) {
157-
itemsType = 'selected';
158-
data[itemsType] = _.difference(data.selected, data.excluded);
159-
}
160-
161156
selections[itemsType] = data[itemsType];
162157

163158
if (!selections[itemsType].length) {

0 commit comments

Comments
 (0)