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:
Diffstat (limited to 'plugins/Dashboard/javascripts/dashboard.js')
-rw-r--r--plugins/Dashboard/javascripts/dashboard.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dashboard/javascripts/dashboard.js b/plugins/Dashboard/javascripts/dashboard.js
index 48c3430824..27ef28dfa0 100644
--- a/plugins/Dashboard/javascripts/dashboard.js
+++ b/plugins/Dashboard/javascripts/dashboard.js
@@ -99,7 +99,8 @@ function copyDashboardToUser() {
ajaxRequest.addParams({
module: 'API',
method: 'UsersManager.getUsers',
- format: 'json'
+ format: 'json',
+ filter_limit: '-1'
}, 'get');
ajaxRequest.setCallback(
function (availableUsers) {