Fixed agents/alerts view group change when public url foreced
This commit is contained in:
parent
20466ec0d1
commit
dec202ed78
|
@ -765,7 +765,7 @@ class AgentsAlerts extends HTML
|
|||
|
||||
// Start Header form.
|
||||
$headerForm = [
|
||||
'action' => ui_get_full_url(),
|
||||
'action' => ui_get_full_url('index.php?sec=view&sec2=extensions/agents_alerts'),
|
||||
'id' => 'form-header-filters',
|
||||
'method' => 'POST',
|
||||
'class' => 'modal flex flex-row',
|
||||
|
|
Loading…
Reference in New Issue