Skip to content

Commit

Permalink
Merge pull request #1275 from OCHA-DAP/dev-dan-32
Browse files Browse the repository at this point in the history
closes #1264
  • Loading branch information
danmihaila committed Sep 15, 2014
2 parents 2b2e4c7 + 085d7d2 commit 900eec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def read(self, id, format='html'):

#changes done for indicator
# c.package_activity_stream = get_action('package_activity_list_html')(context, {'id': c.pkg_dict['id']})
act_data_dict = {'id': c.pkg_dict['id'], 'limit': 10 }
act_data_dict = {'id': c.pkg_dict['id'], 'limit': 7 }
c.hdx_activities = get_action('hdx_get_activity_list')(context, act_data_dict)
c.related_count = c.pkg.related_count

Expand Down

0 comments on commit 900eec6

Please sign in to comment.