From a6d38455159b855c670c62c02fbbb5cd6334afc5 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 19 Feb 2020 15:20:55 -0500 Subject: [PATCH] noop clouds need unique names --- .../src/main/java/bubble/dao/cloud/CloudServiceDAO.java | 4 ++-- bubble-web | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java index 7b961fa7..27595b6c 100644 --- a/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java +++ b/bubble-server/src/main/java/bubble/dao/cloud/CloudServiceDAO.java @@ -39,8 +39,8 @@ public class CloudServiceDAO extends AccountOwnedTemplateDAO { create(new CloudService() .setAccount(account.getUuid()) .setType(type) - .setName(NOOP_CLOUD) - .setDescription(NOOP_CLOUD) + .setName(NOOP_CLOUD+"/"+type) + .setDescription(NOOP_CLOUD+"/"+type) .setPriority(Integer.MIN_VALUE) .setEnabled(true) .setTemplate(false) diff --git a/bubble-web b/bubble-web index 01c1fe29..3713e3ef 160000 --- a/bubble-web +++ b/bubble-web @@ -1 +1 @@ -Subproject commit 01c1fe29a96b092075b7aca497436576438d888a +Subproject commit 3713e3ef8cc63e1d311ec42ba84083afe4366cd8