mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-7108-API-get-all-agents-no-filtra-por-alias' into 'develop'
Ent 7108 api get all agents no filtra por alias See merge request artica/pandorafms!3944
This commit is contained in:
commit
f33384931e
@ -2121,9 +2121,9 @@ function api_get_all_agents($thrash1, $thrash2, $other, $returnType)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$ag_groups = implode(',', (array) $ag_groups);
|
$ag_groups = implode(',', (array) $ag_groups);
|
||||||
}
|
|
||||||
|
|
||||||
$where .= ' AND (id_grupo IN ('.$ag_groups.') OR id_group IN ('.$ag_groups.'))';
|
$where .= ' AND (id_grupo IN ('.$ag_groups.') OR id_group IN ('.$ag_groups.'))';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($other['data'][3])) {
|
if (isset($other['data'][3])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user