Make the user confirm the post install message on first time clicking the app icon
This commit is contained in:
@@ -236,7 +236,7 @@ app.filter('ignoreAdminGroup', function () {
|
||||
|
||||
app.filter('applicationLink', function() {
|
||||
return function(app) {
|
||||
if (app.installationState === ISTATES.INSTALLED && app.health === HSTATES.HEALTHY) {
|
||||
if (app.installationState === ISTATES.INSTALLED && app.health === HSTATES.HEALTHY && !app.pendingPostInstallConfirmation) {
|
||||
return 'https://' + app.fqdn;
|
||||
} else {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user