fix: [UI] Event filtering

pull/7859/head
Jakub Onderka 2021-10-18 18:01:37 +02:00
parent 327852024a
commit 9cde4c4342
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
$focus = $params['focus'];
}
unset($params['focus']);
$params += $advancedFilteringActiveRules;
$url = array_merge(array('controller' => 'events', 'action' => 'viewEventAttributes', $event['Event']['id']), $params);
$this->Paginator->options(array(
'url' => $url,