mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-12601-16734-Filtros-de-tags-en-eventos-ignoran-criticidad-configurada-en-filtro' into 'develop'
fix tags filter See merge request artica/pandorafms!6780
This commit is contained in:
commit
f0d892c268
@ -1318,7 +1318,7 @@ function events_get_all(
|
||||
if ($tags[0] === $id_tag) {
|
||||
$_tmp .= ' AND (( ';
|
||||
} else {
|
||||
$_tmp .= ' OR ( ';
|
||||
$_tmp .= ' AND ( ';
|
||||
}
|
||||
|
||||
$_tmp .= sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user