mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
fix(app): update app type when changing data access policy [EE-6719] (#11211)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
4f3f5e57b6
commit
6b91fbf7f4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue