Skip to content

Commit

Permalink
remove dataset also from other org pages that do not need them
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Jan 19, 2015
1 parent d6e3f61 commit 7512f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -880,7 +880,7 @@ def _get_group_dict(self, id):
'user': c.user or c.author,
'for_view': True}
try:
return self._action('group_show')(context, {'id': id})
return self._action('group_show')(context, {'id': id, 'include_datasets': False})
except NotFound:
abort(404, _('Group not found'))
except NotAuthorized:
Expand Down

0 comments on commit 7512f3e

Please sign in to comment.