Merge branch 'ent-10136-14804-meta-pandora-manage-no-modifica-grupo-primario-de-agente' into 'develop'

Ent 10136 14804 meta pandora manage no modifica grupo primario de agente

See merge request artica/pandorafms!5417
This commit is contained in:
Diego Muñoz-Reja 2023-01-23 09:02:43 +00:00
commit 1d61ef11e7
1 changed files with 2 additions and 0 deletions

View File

@ -3504,6 +3504,8 @@ sub cli_agent_update() {
} else { } else {
pandora_update_table_from_hash ($conf, $update, 'id_agente', safe_input($id_agent), 'tagente', $dbh); pandora_update_table_from_hash ($conf, $update, 'id_agente', safe_input($id_agent), 'tagente', $dbh);
} }
enterprise_hook('update_agent_cache', [$conf, $dbh, $id_agent]) if ($conf->{'node_metaconsole'} == 1);
} }
############################################################################## ##############################################################################