Show usermanagement indicator in app grid

This commit is contained in:
Johannes Zellner
2021-04-20 20:43:37 +02:00
parent 8b0fbd8e77
commit 84bc28b371
3 changed files with 16 additions and 0 deletions

View File

@@ -2038,6 +2038,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
if (error) return callback(error);
async.eachLimit(apps, 20, function (app, iteratorCallback) {
app.ssoAuth = (app.manifest.addons['ldap'] || app.manifest.addons['proxyAuth']) && app.sso;
// only fetch if we have permissions
if (!that._userInfo.isAtLeastAdmin) {
app.progress = 0;