Fix lentezza nelle ricerche datatables

This commit is contained in:
Luca 2022-07-13 17:44:23 +02:00
parent 500f992076
commit ed66cf50d4
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function translateTemplate()
// Informazioni estese sulle azioni dell'utente
$op = post('op');
if (!empty($op)) {
if (!empty($op) && $op != 'summable-results') {
OperationLog::setInfo('id_module', $id_module);
OperationLog::setInfo('id_plugin', $id_plugin);
OperationLog::setInfo('id_record', $id_record);