Skip to content

Commit 595a7a8

Browse files
author
Shikha Mishra
authored
Fixed #22004 can't update attribute for all product
1 parent 19fcb92 commit 595a7a8

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)