#12460 merge with 12643

This commit is contained in:
Daniel Cebrian 2024-01-22 15:30:46 +01:00
parent d504267460
commit 17056e4ac3

View File

@ -1253,15 +1253,6 @@ if (is_ajax() === true) {
); );
} }
$data = array_values(
array_filter(
((is_array($data) === true) ? $data : []),
function ($item) {
return (bool) (array) $item;
}
)
);
$count = count($data);
// RecordsTotal && recordsfiltered resultados totales. // RecordsTotal && recordsfiltered resultados totales.
echo json_encode( echo json_encode(
[ [