Ticket #1484 (closed defect: fixed)
Creating package with duplicate tags causes exception
Reported by: | dread | Owned by: | dread |
---|---|---|---|
Priority: | minor | Milestone: | ckan-sprint-2011-12-05 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by dread) (diff)
e.g.
curl http://localhost:5000/api/action/package_create -d '{"name":"test5", "tags":[{"name": "tag6"}, {"name": "tag6"}]}' -H 'Authorization:tester'
Also broken in Web UI (adding a package).
Affects API and Web UI in 1.5 and I think all versions from 1.4.1
Change History
Note: See
TracTickets for help on using
tickets.