Update taskbar after object is loaded/changed.

This commit is contained in:
Martin Edenhofer 2015-11-20 17:17:59 +01:00
parent 4f2cb55a56
commit d115fe8993
2 changed files with 6 additions and 0 deletions

View file

@ -78,6 +78,9 @@ class Object extends App.Controller
render: (organization) => render: (organization) =>
# update taskbar with new meta data
@metaTaskUpdate()
# get display data # get display data
organizationData = [] organizationData = []
for attributeName, attributeConfig of App.Organization.attributesGet('view') for attributeName, attributeConfig of App.Organization.attributesGet('view')

View file

@ -81,6 +81,9 @@ class Object extends App.Controller
render: (user) => render: (user) =>
# update taskbar with new meta data
@metaTaskUpdate()
# get display data # get display data
userData = [] userData = []
for attributeName, attributeConfig of App.User.attributesGet('view') for attributeName, attributeConfig of App.User.attributesGet('view')