Merge branch 'ent-7615-hide-en-los-comandos-de-alertas' into 'develop'

Fixed alert command hide on update

See merge request artica/pandorafms!4164
This commit is contained in:
Daniel Rodriguez 2021-08-03 06:47:41 +00:00
commit 801f8fc3c4
1 changed files with 1 additions and 0 deletions

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);
}
}