Merge branch 'ent-10869-group_id-en-vista-de-monitorizacion-de-agentes-cambia-aleatoriamente' into 'develop'

Ent 10869 group id en vista de monitorizacion de agentes cambia aleatoriamente

See merge request artica/pandorafms!5774
This commit is contained in:
Matias Didier 2023-05-18 07:08:19 +00:00
commit 1523952597
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ $fields[AGENT_STATUS_NOT_NORMAL] = __('Not normal');
$fields[AGENT_STATUS_NOT_INIT] = __('Not init'); $fields[AGENT_STATUS_NOT_INIT] = __('Not init');
$searchForm = ''; $searchForm = '';
$searchForm .= '<form method="post" action="?sec=view&sec2=operation/agentes/estado_agente&group_id='.$group_id.'">'; $searchForm .= '<form method="post" action="?sec=view&sec2=operation/agentes/estado_agente">';
$table = new stdClass(); $table = new stdClass();
$table->width = '100%'; $table->width = '100%';