Fix wrong icons for non-admins
This commit is contained in:
@@ -1616,6 +1616,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
var canManageApp = that._userInfo.admin;
|
||||
|
||||
if (!canManageApp) {
|
||||
that._appPostProcess(app); // this will also set the correct iconUrl
|
||||
that._updateAppCache(app);
|
||||
return iteratorCallback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user