Fixed alert command hide on update

This commit is contained in:
Calvo 2021-05-28 14:29:53 +02:00
parent 2eb85562c2
commit 275c6d321b

View File

@ -105,6 +105,7 @@ if ($update_command) {
$alert['command'] = $command;
$alert['description'] = $description;
$alert['id_group'] = $id_group;
$alert['fields_hidden'] = io_json_mb_encode($fields_hidden);
}
}