Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-01-06 13:13:05 +0300
committersgiehl <stefan@piwik.org>2015-01-06 13:13:05 +0300
commit3be405125f59d95d61a5eb2727dc86addc7db440 (patch)
treec89fff5fbd76deb5f7d02232ce497f321b7b35af /plugins/DevicesDetection/Reports/GetBrowserVersions.php
parent2a73a7fdd927b7a7e829db2fe37498db3b3dac35 (diff)
fixes #6490 - enabled search field for some reports
Diffstat (limited to 'plugins/DevicesDetection/Reports/GetBrowserVersions.php')
-rw-r--r--plugins/DevicesDetection/Reports/GetBrowserVersions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/Reports/GetBrowserVersions.php b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
index 0e26223d30..77f1541785 100644
--- a/plugins/DevicesDetection/Reports/GetBrowserVersions.php
+++ b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
@@ -26,7 +26,7 @@ class GetBrowserVersions extends Base
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', $this->dimension->getName());
}