mirror of https://github.com/portainer/portainer
fix(app): update app type when changing data access policy [EE-6719] (#11210)
Co-authored-by: testa113 <testa113>pull/11214/head
parent
a46fa3b2c4
commit
b126472ec7
|
@ -236,6 +236,7 @@ class KubernetesCreateApplicationController {
|
||||||
this.$scope.$evalAsync(() => {
|
this.$scope.$evalAsync(() => {
|
||||||
this.formValues.DataAccessPolicy = value;
|
this.formValues.DataAccessPolicy = value;
|
||||||
this.resetDeploymentType();
|
this.resetDeploymentType();
|
||||||
|
this.updateApplicationType();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue