Fixed online notifications - no shown because in undefined refresh items.
This commit is contained in:
parent
0a83811479
commit
84ca669ee9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue