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:
commit
801f8fc3c4
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue