Skip to content

Commit

Permalink
Merge branch 'Engerrs-2346-dashboard_activity_list_html'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 14, 2016
2 parents c17cf77 + b8d2e48 commit 7480cbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/logic/action/get.py
Expand Up @@ -3349,11 +3349,13 @@ def dashboard_activity_list_html(context, data_dict):
'''
activity_stream = dashboard_activity_list(context, data_dict)
model = context['model']
user_id = context['user']
offset = data_dict.get('offset', 0)
extra_vars = {
'controller': 'user',
'action': 'dashboard',
'offset': offset,
'id': user_id
}
return activity_streams.activity_list_to_html(context, activity_stream,
extra_vars)
Expand Down

0 comments on commit 7480cbf

Please sign in to comment.