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
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-08 07:10:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-08 07:10:42 +0400
commit35c77cb96765add83f403b736c2885be3fec54c1 (patch)
treee77f314c69aad0dc5812aa38a259ac63b95b3a1c /config
parent362329b7e59e0f0f6cd34eb47cf2b59ac2b90930 (diff)
Fixes #4966 When API_datatable_default_limit=-1 in the config, 'Export as' should export all rows
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f98d57588c..747de31d39 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -158,6 +158,8 @@ default_language = en
datatable_default_limit = 10
; default number of rows returned in API responses
+; this value is overwritten by the '# Rows to display' selector.
+; if set to -1, a click on 'Export as' will export all rows independently of the current '# Rows to display'.
API_datatable_default_limit = 100
; When period=range, below the datatables, when user clicks on "export", the data will be aggregate of the range.