add uid to notifications listing items
This commit is contained in:
parent
c64f067d6e
commit
e27f4000f7
1 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,8 @@ class NotificationsListing(ConceptView):
|
||||||
sender=sender,
|
sender=sender,
|
||||||
object=object,
|
object=object,
|
||||||
text=data.get('text') or u'',
|
text=data.get('text') or u'',
|
||||||
read_ts=read_ts)
|
read_ts=read_ts,
|
||||||
|
uid=util.getUidForObject(track))
|
||||||
result.append(item)
|
result.append(item)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue