Merge branch 'ent-12725-16851-tree-view-no-marca-agentes-en-estado-quiet' into 'develop'
Ent 12725 16851 tree view no marca agentes en estado quiet See merge request artica/pandorafms!6849
This commit is contained in:
commit
a4f67d353b
|
@ -995,6 +995,11 @@ class Tree
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Quiet name on agent.
|
||||
if (isset($agent['quiet']) && $agent['quiet']) {
|
||||
$agent['alias'] .= ' '.__('(Quiet)');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue