修改对象标题时,顶部导航上的对应对象标题需要刷新浏览器才能生效

https://github.com/steedos/app-builder/issues/283
This commit is contained in:
yinlianghui 2021-09-18 11:42:50 +08:00
parent ed724b210e
commit 7b979a853f

View File

@ -15,6 +15,7 @@ _changeClientObjects = (document, oldDocument)->
return ;
SteedosUI.reloadObject document.name
Creator.loadAppsMenus();
# type = "added"
# if !_.isEmpty(_.findWhere(Creator.objectsByName, {_id: document._id}))