Skip to content

Commit

Permalink
Make access level filter in user permissions edit default to showing …
Browse files Browse the repository at this point in the history
…all websites. (matomo-org#14078)

* Make access level filter in user permissions edit default to showing all websites.

* update UI tests
  • Loading branch information
diosmosis authored and sgiehl committed Feb 25, 2019
1 parent a0b260c commit f32a681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -32,7 +32,7 @@
vm.siteAccess = [];
vm.offset = 0;
vm.totalEntries = null;
vm.accessLevelFilter = 'some';
vm.accessLevelFilter = '';
vm.siteNameFilter = '';
vm.isLoadingAccess = false;
vm.allWebsitesAccssLevelSet = 'view';
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f32a681

Please sign in to comment.