Explorar el Código

actually save the driver config

tags/v0.1.6
Jonathan Cobb hace 5 años
padre
commit
ebcb28fb0c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bubble-server/src/main/java/bubble/model/cloud/CloudService.java

+ 1
- 0
bubble-server/src/main/java/bubble/model/cloud/CloudService.java Ver fichero

@@ -254,6 +254,7 @@ public class CloudService extends IdentifiableBaseParentEntity implements Accoun
((ObjectNode) driverConfig).put(name, cfg.getValue());
}
}
setDriverConfig(driverConfig);
}
if (config.hasCredentials()) {
setCredentials(config.getCredentialsObject());


Cargando…
Cancelar
Guardar