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

@@ -902,7 +902,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
Client.onReady(function () {
$scope.isAdminDomain = $scope.config.adminDomain === domainName;
Client.getUsers(function (error, users) {
Client.getAllUsers(function (error, users) {
if (error) return console.error('Unable to get user listing.', error);
// ensure we have a display value available