Ticket #1484 (new defect) — at Version 1
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 from 1.4.1 to 1.5.
Note: See
TracTickets for help on using
tickets.
