Ticket #1337 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by amercader

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.