Skip to content

Commit

Permalink
[#2722] Add c.sort_by_selected to group read template
Browse files Browse the repository at this point in the history
  • Loading branch information
aron authored and tobes committed Aug 13, 2012
1 parent 34e8730 commit a89c8d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/controllers/group.py
Expand Up @@ -211,6 +211,9 @@ def pager_url(q=None, page=None):

c.search_facets = query['search_facets']
c.page.items = query['results']

c.sort_by_selected = sort_by

except SearchError, se:
log.error('Group search error: %r', se.args)
c.query_error = True
Expand Down

0 comments on commit a89c8d6

Please sign in to comment.