From 48034a642b887d5db4bcbc400578cadd23b07a98 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 8 Jan 2020 01:53:42 -0500 Subject: [PATCH] fix manifest name for default object creation --- .../src/main/java/bubble/service/boot/ActivationService.java | 2 +- bubble-web | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java index 4bff65a9..9e2adb5e 100644 --- a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java +++ b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java @@ -220,7 +220,7 @@ public class ActivationService { final ApiClientBase api = configuration.newApiClient().setToken(account.getToken()); final Map> objects - = modelSetupService.setupModel(api, account, "manifest-dist"); + = modelSetupService.setupModel(api, account, "manifest-defaults"); log.info("bootstrapThisNode: created default objects\n"+json(objects)); }); } diff --git a/bubble-web b/bubble-web index 883a464f..65acdc3d 160000 --- a/bubble-web +++ b/bubble-web @@ -1 +1 @@ -Subproject commit 883a464f426e317dbefab18daf0a0812f42c8f71 +Subproject commit 65acdc3d8f9ffc6f51f2c3f481e9d7b814543733