Преглед на файлове

fix bug in cloudConfigs construction, exclude clouds that were checked then unchecked

pull/73/head
Jonathan Cobb преди 3 години
родител
ревизия
f1ddc1529f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/auth/ActivationPage.vue

+ 1
- 1
src/auth/ActivationPage.vue Целия файл

@@ -264,7 +264,7 @@
domain: this.domainActivationObject()
};
for (let cloud in this.cloudsEnabled) {
if (this.cloudsEnabled.hasOwnProperty(cloud)) {
if (this.cloudsEnabled.hasOwnProperty(cloud) && this.cloudsEnabled[cloud]) {
activation.cloudConfigs[cloud] = {
config: this.configValues[cloud],
credentials: this.credentialValues[cloud]


Зареждане…
Отказ
Запис