Skip to content

Commit

Permalink
[#1892] fix inclusion of datasets in group_show
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Aug 22, 2014
1 parent 9b12449 commit db91fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -183,7 +183,7 @@ def read(self, id, limit=20):
try:
# Do not query for the group datasets when dictizing, as they will
# be ignored and get requested on the controller anyway
context['include_datasets'] = False
data_dict['include_datasets'] = False
c.group_dict = self._action('group_show')(context, data_dict)
c.group = context['group']
except NotFound:
Expand Down

0 comments on commit db91fb5

Please sign in to comment.