Skip to content

Commit ee9908b

Browse files
silinmykolaSilinMykola
silinmykola
authored andcommitted
34588 fix simple product position in Groped product after delete simple product
1 parent df92deb commit ee9908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ define([
955955
elems[idx].recordId = rec[this.identificationProperty];
956956
}
957957

958-
if (!rec.position) {
958+
if (!rec.position && rec.position !== 0) {
959959
rec.position = this.maxPosition;
960960
this.setMaxPosition();
961961
}

0 commit comments

Comments
 (0)