mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 01:16:43 +00:00
修改对象标题时,顶部导航上的对应对象标题需要刷新浏览器才能生效
https://github.com/steedos/app-builder/issues/283
This commit is contained in:
parent
ed724b210e
commit
7b979a853f
@ -15,6 +15,7 @@ _changeClientObjects = (document, oldDocument)->
|
||||
return ;
|
||||
|
||||
SteedosUI.reloadObject document.name
|
||||
Creator.loadAppsMenus();
|
||||
|
||||
# type = "added"
|
||||
# if !_.isEmpty(_.findWhere(Creator.objectsByName, {_id: document._id}))
|
||||
|
Loading…
Reference in New Issue
Block a user