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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-10-02 10:12:05 +0300
committerGitHub <noreply@github.com>2020-10-02 10:12:05 +0300
commitce77254c1ed28cd74e14cbc6db1a5953f6644649 (patch)
tree7a56fd143c4038436256bfae5ca969663b09e78a /plugins/Contents
parent2807e94baaa9b545f27a55a7dd071ba187799491 (diff)
Disable all column view for content reports (#16509)
fix https://github.com/matomo-org/matomo/issues/16505
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/Reports/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Contents/Reports/Base.php b/plugins/Contents/Reports/Base.php
index 8a051af1d2..3ce84b48b2 100644
--- a/plugins/Contents/Reports/Base.php
+++ b/plugins/Contents/Reports/Base.php
@@ -42,6 +42,7 @@ abstract class Base extends Report
{
$view->config->datatable_js_type = 'ContentsDataTable';
$view->config->datatable_css_class = 'ContentsDataTable';
+ $view->config->show_table_all_columns = false;
if (!empty($this->dimension)) {
$view->config->addTranslations(array('label' => $this->dimension->getName()));