From 085d7d2d20cf32978d8db244a433085c1264f0d8 Mon Sep 17 00:00:00 2001 From: Dan Mihaila Date: Mon, 15 Sep 2014 12:14:10 +0300 Subject: [PATCH] closes #1264 --- .../ckanext/hdx_package/controllers/dataset_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext-hdx_package/ckanext/hdx_package/controllers/dataset_controller.py b/ckanext-hdx_package/ckanext/hdx_package/controllers/dataset_controller.py index ff0cb92e12..c8f1e7ea6e 100644 --- a/ckanext-hdx_package/ckanext/hdx_package/controllers/dataset_controller.py +++ b/ckanext-hdx_package/ckanext/hdx_package/controllers/dataset_controller.py @@ -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