Merge branch 'ent-7541-12145-11876-alertas-sonoras-no-funcionan-bien' into 'develop'
Sound alerts only for NEW events found See merge request artica/pandorafms!4282
This commit is contained in:
commit
56c22bec11
|
@ -1914,7 +1914,7 @@ if ($get_events_fired) {
|
|||
$idGroup = get_parameter('id_group');
|
||||
$agents = get_parameter('agents', null);
|
||||
|
||||
$query = ' AND id_evento >= '.$id;
|
||||
$query = ' AND id_evento > '.$id;
|
||||
|
||||
$type = [];
|
||||
$alert = get_parameter('alert_fired');
|
||||
|
|
Loading…
Reference in New Issue