TT#50204 Fix "All" datatables entries option

Change-Id: I9db1beb055324821bb0d341e9e16616f5cea202d
changes/66/26266/25
Irina Peshinskaya 6 years ago
parent 36ff829e26
commit 85aeeaa8dc

@ -165,8 +165,9 @@ sub process {
offset => $pageStart,
rows => $pageSize,
});
@rows = $rs->all;
}
#for case $displayRecords < 0, that means All. And for all other cases too.
@rows = $rs->all;
}
for my $row (@rows) {

Loading…
Cancel
Save