Add an explicit Client.getAllUsers function
This commit is contained in:
@@ -1827,7 +1827,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
};
|
||||
|
||||
function fetchUsers(callback) {
|
||||
Client.getUsers(function (error, users) {
|
||||
Client.getAllUsers(function (error, users) {
|
||||
if (error) return callback(error);
|
||||
|
||||
// ensure we have something to work with in the access restriction dropdowns
|
||||
|
||||
Reference in New Issue
Block a user