Browse Source

actually save the driver config

tags/v0.1.6
Jonathan Cobb 5 years ago
parent
commit
ebcb28fb0c
1 changed files with 1 additions and 0 deletions
  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 View File

@@ -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());


Loading…
Cancel
Save