Add an explicit Client.getAllUsers function

This commit is contained in:
Johannes Zellner
2022-02-14 14:55:04 +01:00
parent b4bbdda730
commit 2ec4ad934d
5 changed files with 34 additions and 12 deletions

View File

@@ -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