Skip to content

Commit

Permalink
Add include_extras to group index group_list call to display localize…
Browse files Browse the repository at this point in the history
…d fields in group search
  • Loading branch information
Mikko Nieminen committed May 15, 2017
1 parent b77c6fa commit 16cc532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/controllers/group.py
Expand Up @@ -186,6 +186,7 @@ def index(self):
'type': group_type or 'group',
'limit': items_per_page,
'offset': items_per_page * (page - 1),
'include_extras': True
}
page_results = self._action('group_list')(context,
data_dict_page_results)
Expand Down

0 comments on commit 16cc532

Please sign in to comment.