Merge branch 'ent-9999-error-agente-apartado-full-list-of-alerts' into 'develop'
Ent 9999 error agente apartado full list of alerts See merge request artica/pandorafms!5382
This commit is contained in:
commit
2fcbdfadc5
|
@ -850,7 +850,7 @@ if ($get_agent_alerts_datatable === true) {
|
|||
} else {
|
||||
$options_simple = [
|
||||
'order' => $order,
|
||||
'limit' => $length,
|
||||
'limit' => ($length > 0) ? $length : 1844674407370955161,
|
||||
'offset' => $start,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue