Merge branch 'ent-13584-Separar-opciones-de-Refresh-data-y-Force-check' into 'develop'
Ent 13584 separar opciones de refresh data y force check See merge request artica/pandorafms!7284
This commit is contained in:
commit
549a39dce3
|
@ -4776,7 +4776,10 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
|
||||||
'force_checks',
|
'force_checks',
|
||||||
false,
|
false,
|
||||||
'window.location.assign("'.$url.'&flag_agent=1")',
|
'window.location.assign("'.$url.'&flag_agent=1")',
|
||||||
[ 'mode' => 'link' ],
|
[
|
||||||
|
'mode' => 'link',
|
||||||
|
'class' => 'mrgn_lft_20px ',
|
||||||
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue