mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '2741-Refactorizar_vista_module_groups_2' into 'develop'
fixed minor error counters alert fired in module_group view See merge request artica/pandorafms!1833
This commit is contained in:
commit
740a7f0327
@ -117,6 +117,7 @@ $sql =
|
|||||||
FROM tagente_modulo tam
|
FROM tagente_modulo tam
|
||||||
LEFT JOIN talert_template_modules tatm
|
LEFT JOIN talert_template_modules tatm
|
||||||
ON tatm.id_agent_module = tam.id_agente_modulo
|
ON tatm.id_agent_module = tam.id_agente_modulo
|
||||||
|
AND tatm.times_fired = 1
|
||||||
LEFT JOIN tagente_estado tae
|
LEFT JOIN tagente_estado tae
|
||||||
ON tae.id_agente_modulo = tam.id_agente_modulo
|
ON tae.id_agente_modulo = tam.id_agente_modulo
|
||||||
INNER JOIN tagente ta
|
INNER JOIN tagente ta
|
||||||
@ -135,6 +136,7 @@ $sql =
|
|||||||
FROM tagente_modulo tam
|
FROM tagente_modulo tam
|
||||||
LEFT JOIN talert_template_modules tatm
|
LEFT JOIN talert_template_modules tatm
|
||||||
ON tatm.id_agent_module = tam.id_agente_modulo
|
ON tatm.id_agent_module = tam.id_agente_modulo
|
||||||
|
AND tatm.times_fired = 1
|
||||||
LEFT JOIN tagente_estado tae
|
LEFT JOIN tagente_estado tae
|
||||||
ON tae.id_agente_modulo = tam.id_agente_modulo
|
ON tae.id_agente_modulo = tam.id_agente_modulo
|
||||||
INNER JOIN tagente ta
|
INNER JOIN tagente ta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user