Update taskbar after object is loaded/changed.
This commit is contained in:
parent
4f2cb55a56
commit
d115fe8993
2 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,9 @@ class Object extends App.Controller
|
|||
|
||||
render: (organization) =>
|
||||
|
||||
# update taskbar with new meta data
|
||||
@metaTaskUpdate()
|
||||
|
||||
# get display data
|
||||
organizationData = []
|
||||
for attributeName, attributeConfig of App.Organization.attributesGet('view')
|
||||
|
|
|
@ -81,6 +81,9 @@ class Object extends App.Controller
|
|||
|
||||
render: (user) =>
|
||||
|
||||
# update taskbar with new meta data
|
||||
@metaTaskUpdate()
|
||||
|
||||
# get display data
|
||||
userData = []
|
||||
for attributeName, attributeConfig of App.User.attributesGet('view')
|
||||
|
|
Loading…
Reference in a new issue