From e3a8853212bd889d344b5c5fed9d8f153045f627 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:19:04 +1300 Subject: [PATCH] fix(app): port namespace limit refresh from EE to CE [EE-6835] (#11483) Co-authored-by: testa113 --- .../views/applications/create/createApplicationController.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/kubernetes/views/applications/create/createApplicationController.js b/app/kubernetes/views/applications/create/createApplicationController.js index 63bfcf739..c998d5e0a 100644 --- a/app/kubernetes/views/applications/create/createApplicationController.js +++ b/app/kubernetes/views/applications/create/createApplicationController.js @@ -1128,6 +1128,9 @@ class KubernetesCreateApplicationController { } this.oldFormValues = angular.copy(this.formValues); + this.savedFormValues = angular.copy(this.formValues); + this.updateNamespaceLimits(this.namespaceWithQuota); + this.updateSliders(this.namespaceWithQuota); } catch (err) { this.Notifications.error('Failure', err, 'Unable to load view data'); } finally {