Merge branch 'ent-11600-item-grouped-agentmodules-de-plantilla-de-informe-muestra-todos-los-modulos-del-nodo-si-no-hace-match-con-el-agente-seleccionado' into 'develop'

Ent 11600 Item "Grouped agent/modules" de plantilla de informe muestra todos los modulos del nodo si no hace match con el agente seleccionado

See merge request artica/pandorafms!6130
This commit is contained in:
Rafael Ameijeiras 2023-06-26 07:37:46 +00:00
commit 99069e43ec

View File

@ -3470,7 +3470,7 @@ function reporting_agent_module_status($report, $content)
$agents = json_decode(
io_safe_output(
base64_decode($external_source['id_agents'])
base64_decode($external_source['id_agent'])
),
true
);