File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
app/code/Magento/Ui/view/base/web/js/grid Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,10 @@ define([
186
186
delay = this . cachedRequestDelay ,
187
187
result ;
188
188
189
+ if ( request . showTotalRecords === undefined ) {
190
+ request . showTotalRecords = true ;
191
+ }
192
+
189
193
result = {
190
194
items : this . getByIds ( request . ids ) ,
191
195
totalRecords : request . totalRecords ,
@@ -215,6 +219,10 @@ define([
215
219
this . removeRequest ( cached ) ;
216
220
}
217
221
222
+ if ( data . showTotalRecords === undefined ) {
223
+ data . showTotalRecords = true ;
224
+ }
225
+
218
226
this . _requests . push ( {
219
227
ids : this . getIds ( data . items ) ,
220
228
params : params ,
Original file line number Diff line number Diff line change 17
17
"grunt-contrib-connect": "~3.0.0",
18
18
"grunt-contrib-cssmin": "~4.0.0",
19
19
"grunt-contrib-imagemin": "~4.0.0",
20
- "grunt-contrib-jasmine": "~3 .0.0",
20
+ "grunt-contrib-jasmine": "~4 .0.0",
21
21
"grunt-contrib-less": "~2.1.0",
22
22
"grunt-contrib-watch": "~1.1.0",
23
23
"grunt-eslint": "~24.0.0",
You can’t perform that action at this time.
0 commit comments