Skip to content

Commit

Permalink
Enable segmented visits log for all referrers report (matomo-org#22630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Oct 3, 2024
1 parent 233f45c commit 4f32cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Referrers/Reports/GetAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function configureView(ViewDataTable $view)
$view->requestConfig->filter_limit = 20;

if ($view->isViewDataTableId(HtmlTable::ID)) {
$view->config->disable_row_actions = true;
$view->config->disable_row_evolution = true;
}

$view->config->filters[] = array('MetadataCallbackAddMetadata', array('referer_type', 'html_label_prefix', $setGetAllHtmlPrefix));
Expand Down

0 comments on commit 4f32cb2

Please sign in to comment.