Merge branch '2917-Error-al-cambiar-de-página-en-eventos-agrupados-por-agente' into 'develop'

Changed url - #2917

See merge request artica/pandorafms!1869
This commit is contained in:
vgilc 2018-11-30 13:08:53 +01:00
commit 14d683b003
1 changed files with 7 additions and 4 deletions

View File

@ -78,10 +78,13 @@ if ($group_rep == 2) {
$table->head[1] = __('Agent');
$table->head[5] = __('More detail');
$url = html_print_sort_arrows(
array_merge($params, array('sort_field' => 'status')),
'sort'
);
//$url = html_print_sort_arrows(
// array_merge($params, array('sort_field' => 'status')),
// 'sort'
//);
$params_sort_field_status = array_merge($params, array('sort_field' => 'status'));
$url = "index.php?" . http_build_query($params_sort_field_status, '', '&');
foreach ($result as $key => $res) {