diff --git a/webadmin/src/views/apps.js b/webadmin/src/views/apps.js index 2f9cf73ec..70f014335 100644 --- a/webadmin/src/views/apps.js +++ b/webadmin/src/views/apps.js @@ -214,7 +214,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location AppStore.getManifest(app.appStoreId, function (error, manifest) { if (error) return console.error(error); - $scope.appUpdate.manifest = manifest; + $scope.appUpdate.manifest = angular.copy(manifest); // ensure we always operate on objects here app.portBindings = app.portBindings || {};