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:
authordiosmosis <benaka@piwik.pro>2014-12-04 07:41:04 +0300
committerdiosmosis <benaka@piwik.pro>2014-12-04 07:41:11 +0300
commit4f1e68ea41116bc84e3eb379bd292249f20cf99e (patch)
treeda548b6867f33e2829fcafeb7f43db91f5f5d4e3 /core/ViewDataTable
parente7c9010b02c87bee2fd84c20ae076f85fc3902e2 (diff)
Make sure RowEvolution uses graphEvolution default and make sure this default is saved correctly in client side parameter instead of being overwritten by saved viewDataTable.
Diffstat (limited to 'core/ViewDataTable')
-rw-r--r--core/ViewDataTable/Factory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ViewDataTable/Factory.php b/core/ViewDataTable/Factory.php
index 2873e8538a..67e329e6c7 100644
--- a/core/ViewDataTable/Factory.php
+++ b/core/ViewDataTable/Factory.php
@@ -125,6 +125,8 @@ class Factory
$type = $defaultType ? : HtmlTable::ID;
}
+ $params['viewDataTable'] = $type;
+
$visualizations = Manager::getAvailableViewDataTables();
if (array_key_exists($type, $visualizations)) {