Fixed online notifications - no shown because in undefined refresh items.

This commit is contained in:
Martin Edenhofer 2016-10-27 03:23:56 +02:00
parent 0a83811479
commit 84ca669ee9

View file

@ -546,7 +546,7 @@ class App.Model extends Spine.Model
# in case of no record_ids are there, no inital render is fired # in case of no record_ids are there, no inital render is fired
if _.isEmpty(data.record_ids) if _.isEmpty(data.record_ids)
App[@className].trigger('refresh') App[@className].trigger('refresh', [])
# find / load object # find / load object
else else