mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed problems with generate custom events with alerts. Tiquet: #2216
This commit is contained in:
parent
27013cb6e7
commit
4c7e526494
@ -1117,7 +1117,7 @@ sub pandora_execute_action ($$$$$$$$$;$) {
|
|||||||
$pa_config,
|
$pa_config,
|
||||||
$event_text,
|
$event_text,
|
||||||
(defined ($agent) ? $agent->{'id_grupo'} : 0),
|
(defined ($agent) ? $agent->{'id_grupo'} : 0),
|
||||||
(defined ($fullagent) ? $fullagent->{'id_agente'} : 0),
|
(defined ($agent) ? $agent->{'id_agente'} : 0),
|
||||||
$priority,
|
$priority,
|
||||||
(defined($alert) ? $alert->{'id'} : 0),
|
(defined($alert) ? $alert->{'id'} : 0),
|
||||||
(defined($alert) ? $alert->{'id_agent_module'} : 0),
|
(defined($alert) ? $alert->{'id_agent_module'} : 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user