From 7b979a853f218b30ef11f85ead1edf1d7b9a2801 Mon Sep 17 00:00:00 2001 From: yinlianghui Date: Sat, 18 Sep 2021 11:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=B9=E8=B1=A1=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=97=B6=EF=BC=8C=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E4=B8=8A=E7=9A=84=E5=AF=B9=E5=BA=94=E5=AF=B9=E8=B1=A1=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E9=9C=80=E8=A6=81=E5=88=B7=E6=96=B0=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=89=8D=E8=83=BD=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/steedos/app-builder/issues/283 --- creator/packages/steedos-object-database/client/subscribe.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/creator/packages/steedos-object-database/client/subscribe.coffee b/creator/packages/steedos-object-database/client/subscribe.coffee index 16ac22136d..12c6684599 100644 --- a/creator/packages/steedos-object-database/client/subscribe.coffee +++ b/creator/packages/steedos-object-database/client/subscribe.coffee @@ -15,6 +15,7 @@ _changeClientObjects = (document, oldDocument)-> return ; SteedosUI.reloadObject document.name + Creator.loadAppsMenus(); # type = "added" # if !_.isEmpty(_.findWhere(Creator.objectsByName, {_id: document._id}))