Skip to content

Commit

Permalink
Merge remote-tracking branch 'yhteentoimivuuspalvelut/1892-fix_redund…
Browse files Browse the repository at this point in the history
…ant_inclusion_of_datasets'
  • Loading branch information
wardi committed Aug 27, 2014
2 parents 9b12449 + db91fb5 commit 08ba1fa
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 08ba1fa

Please sign in to comment.