Skip to content

Commit

Permalink
Show all users in "add-to-group" user selection in "Manage groups"
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoosz committed Apr 20, 2022
1 parent 7140eb1 commit 399c91f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Copy it into the plugins folder.
GPL v3 or later

## Changelog
- 4.0.4
- Show all users in "add-to-group" user selection in "Manage groups"

- 4.0.3
- Fix site selection in "Manage access"
- Add dropdown for "add-to-group" user selection in "Manage groups"
Expand Down
3 changes: 2 additions & 1 deletion javascripts/groupPermissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ $(document).ready(function () {
ajaxHandler.addParams({
module: 'API',
format: 'json',
method: 'UsersManager.getUsersLogin'
method: 'UsersManager.getUsersLogin',
filter_limit: '-1'
}, 'GET');
ajaxHandler.setCallback(function(response) {

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "michael.roosz@web.de"
}],
"description": "Manage user permissions with groups.",
"version": "4.0.3",
"version": "4.0.4",
"theme": false,
"require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1"
Expand Down

0 comments on commit 399c91f

Please sign in to comment.