mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Merge branch '2869-Filtro-de-estado-not-normal-incorrecto-en-vista-de-agent-detail2' into 'develop'
Fixed bug in agent detail filter See merge request artica/pandorafms!2034
This commit is contained in:
commit
df5c5df6d2
@ -360,8 +360,9 @@ function agents_get_agents ($filter = false, $fields = false,
|
|||||||
AND unknown_count > 0)";
|
AND unknown_count > 0)";
|
||||||
break;
|
break;
|
||||||
case AGENT_STATUS_NOT_NORMAL:
|
case AGENT_STATUS_NOT_NORMAL:
|
||||||
$status_sql =
|
$status_sql = "(
|
||||||
"normal_count <> total_count";
|
normal_count <> total_count
|
||||||
|
OR total_count = notinit_count)";
|
||||||
//The AGENT_STATUS_NOT_NORMAL filter must show all agents that are not in normal status
|
//The AGENT_STATUS_NOT_NORMAL filter must show all agents that are not in normal status
|
||||||
/*"(
|
/*"(
|
||||||
normal_count <> total_count
|
normal_count <> total_count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user