Skip to content

Commit 3535adf

Browse files
committed
ACP2E-397: Sales Order Grid - Mass Action - Multi Page Select All not working
1 parent 5abf9dc commit 3535adf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/web/js/grid/columns

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/web/js/grid/columns/multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define([
1616
*/
1717
updateState: function () {
1818
var selected = this.selected().length,
19-
totalRecords = this.totalRecords()
19+
totalRecords = this.totalRecords();
2020

2121
if (totalRecords && selected === totalRecords && !this.preserveSelectionsOnFilter) {
2222
return this;

0 commit comments

Comments
 (0)