Skip to content

Commit 46e0644

Browse files
MAGETWO-91633: Grouped Products: Associated Products Can't Be Sorted Between Pages
- Fix static tests
1 parent 2a021c0 commit 46e0644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/GroupedProduct/view/adminhtml/web/js/grouped-product-grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ define([
4747
if (~~this.currentPage() === this.pages()) {
4848
return false;
4949
}
50+
5051
for (index; index < recordData.length; index++) {
5152
recordData[index].position = index + offset;
5253
}

0 commit comments

Comments
 (0)