Skip to content

Commit 9f99dfb

Browse files
silinmykolaSilinMykola
silinmykola
authored andcommittedMar 17, 2025
34588 fix simple product position in Groped product after delete simple product
1 parent 727294d commit 9f99dfb

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)