[ckan-changes] [ckan/ckan] 149263: [#1594] Fix breakage in package groups page
GitHub
noreply at github.com
Mon Mar 17 07:20:51 UTC 2014
Branch: refs/heads/1594-package-group
Home: https://github.com/ckan/ckan
Commit: 1492632b5bb0ecfa02330f41e37b999643d27a99
https://github.com/ckan/ckan/commit/1492632b5bb0ecfa02330f41e37b999643d27a99
Author: Nigel Babu <nigel.babu at okfn.org>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M ckan/templates/group/snippets/group_item.html
Log Message:
-----------
[#1594] Fix breakage in package groups page
The group.type field, when undefined and merged with a unicode string
returns a unicode, which causes a traceback thanks to `url_for` in
pylons not accepting unicode.
More information about the ckan-changes
mailing list