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:
authorStefan Giehl <stefan@piwik.org>2017-03-29 11:09:18 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-03-29 11:09:18 +0300
commit5d46f802f0485c504c3923aa625032ca998048cf (patch)
tree6f36e18d37c80dc00bfd2480ee1607b1df9b1fe5 /CHANGELOG.md
parentf9c555e5c1ac3bfc49559386f3a7c9d12703a762 (diff)
Make it possible to disable flattening for an report (#11529)
* use report property to enable/disable flattener * update tests * Update changelog [ci skip] * minor renamings
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a0c7a7ba4..4e71995db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### Breaking Changes
* New config setting `enable_plugin_upload` lets you enable uploading and installing a Piwik plugin ZIP file by a Super User. This used to be enabled by default, but it is now disabled by default now for security reasons.
+* New Report class property `Report::$supportsFlatten` lets you define if a report supports flattening (defaults to `true`). If set to `false` it will also set `ViewDataTable\Config::$show_flatten_table` to `false`
### New APIs
* A new event `Controller.triggerAdminNotifications` has been added to let plugins know when they are supposed to trigger notifications in the admin.