瀏覽代碼

fix manifest name for default object creation

tags/v0.1.6
Jonathan Cobb 4 年之前
父節點
當前提交
48034a642b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/boot/ActivationService.java
  2. +1
    -1
      bubble-web

+ 1
- 1
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<CrudOperation, Collection<Identifiable>> objects
= modelSetupService.setupModel(api, account, "manifest-dist");
= modelSetupService.setupModel(api, account, "manifest-defaults");
log.info("bootstrapThisNode: created default objects\n"+json(objects));
});
}


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 883a464f426e317dbefab18daf0a0812f42c8f71
Subproject commit 65acdc3d8f9ffc6f51f2c3f481e9d7b814543733

Loading…
取消
儲存