Clear potential postinstall flag after backup import
This commit is contained in:
@@ -1516,6 +1516,10 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
|
||||
$('#importBackupModal').modal('hide');
|
||||
|
||||
// clear potential post-install flag
|
||||
$scope.app.pendingPostInstallConfirmation = false;
|
||||
delete localStorage['confirmPostInstall_' + $scope.app.id];
|
||||
|
||||
refreshApp($scope.app.id, function (error) {
|
||||
if (error) return Client.error(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user