diff --git a/src/apps.js b/src/apps.js index 092821ad6..e6e827c4d 100644 --- a/src/apps.js +++ b/src/apps.js @@ -427,7 +427,7 @@ function removeInternalFields(app) { function removeRestrictedFields(app) { return _.pick(app, 'id', 'appStoreId', 'installationState', 'error', 'runState', 'health', 'taskId', 'alternateDomains', 'sso', - 'location', 'domain', 'fqdn', 'manifest', 'portBindings', 'iconUrl', 'creationTime', 'ts', 'tags', 'label'); + 'location', 'domain', 'fqdn', 'manifest', 'portBindings', 'iconUrl', 'creationTime', 'ts', 'tags', 'label', 'enableBackup'); } function getIconUrlSync(app) {