Skip to content

Commit

Permalink
Enable searching on the device type report (#21412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bx80 authored Oct 18, 2023
1 parent aecb3f4 commit a89e26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/DevicesDetection/Reports/GetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function init()

public function configureView(ViewDataTable $view)
{
$view->config->show_search = false;
$view->config->show_search = true;
$view->config->show_exclude_low_population = false;
$view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelTypes"));
}
Expand Down

0 comments on commit a89e26d

Please sign in to comment.