Skip to content

Commit

Permalink
Merge pull request #101 from keitaroinc/master
Browse files Browse the repository at this point in the history
Replace group with publisher in pagination
  • Loading branch information
klikstermkd authored Oct 28, 2016
2 parents ba46992 + 0aac8ac commit 2f2c26c
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 2f2c26c

Please sign in to comment.