Ticket #1337 (closed defect: fixed)
Group extras are JSON endoded in the REST API responses
Reported by: | amercader | Owned by: | amercader |
---|---|---|---|
Priority: | minor | Milestone: | ckan-sprint-2011-10-28 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
Instead of this:
extras: { type: ""Primary source"" license_id: ""localauth-withrights"" publisher_frequency: ""2Pre\u00f1o \u20ac $ \u00e0dri\u00e0"" }
we should return this:
extras: { type: "Primary source", license_id: "localauth-withrights", publisher_frequency: "2Preño € $ àdrià", }
Change History
Note: See
TracTickets for help on using
tickets.