mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-9922-no-se-puede-filtrar-por-tags-en-la-vista-de-alertas' into 'develop'
Fix alert list tag filter See merge request artica/pandorafms!5315
This commit is contained in:
commit
e642ca29b5
@ -654,7 +654,7 @@ if ($get_agent_alerts_datatable === true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$idGroup = $filter_alert['ag_group'];
|
$idGroup = $filter_alert['ag_group'];
|
||||||
$tag_filter = $filter_alert['tag_filter'];
|
$tag_filter = $filter_alert['tag'];
|
||||||
$action_filter = $filter_alert['action'];
|
$action_filter = $filter_alert['action'];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user