Skip to content

Commit

Permalink
Replace group with publisher in pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Oct 28, 2016
1 parent 422ac73 commit 0aac8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/iati/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def publishers_pagination(q):
with types support), so on the meantime we tweak the output of the
default pagination
'''
return p.toolkit.c.page.pager(q=q).replace('organization', 'publisher')
return p.toolkit.c.page.pager(q=q).replace('group', 'publisher')

def get_global_facet_items_dict(facet, limit=10, exclude_active=False, search_facets=None):
'''
Expand Down

0 comments on commit 0aac8ac

Please sign in to comment.