From 8e0af02e54cfcb486c3a104028d680aaf102ecc3 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 1 Apr 2024 08:19:42 +0200 Subject: [PATCH] update endpoints and add new fields integration pandoraitsm pandora_enterprise#13004 --- .../Repositories/PandoraITSMInventoryRepositoryMySQL.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php b/pandora_console/include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php index 29b1be9e1d..15ec4881c4 100644 --- a/pandora_console/include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php +++ b/pandora_console/include/lib/Modules/PandoraITSM/Inventories/Repositories/PandoraITSMInventoryRepositoryMySQL.php @@ -158,6 +158,8 @@ class PandoraITSMInventoryRepositoryMySQL extends RepositoryMySQL implements Pan ON tgrupo.id_grupo = tagente.id_grupo INNER JOIN tconfig_os ON tconfig_os.id_os = tagente.id_os + LEFT JOIN tagent_secondary_group + ON tagente.id_agente = tagent_secondary_group.id_agent WHERE %s %s %s