We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15668ac commit 88b3e27Copy full SHA for 88b3e27
app/code/Magento/GroupedProduct/view/adminhtml/web/js/grouped-product-grid.js
@@ -193,7 +193,7 @@ define([
193
* @return {Number}
194
*/
195
getCalculatedPosition: function (data) {
196
- return (~~this.currentPage() - 1) * this.pageSize + this.elems().pluck("name").indexOf(data.name);
+ return (~~this.currentPage() - 1) * this.pageSize + this.elems().pluck('name').indexOf(data.name);
197
},
198
199
/**
0 commit comments