Custom Query (2152 matches)
Results (421 - 423 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#513 | wontfix | Creating a package with API should warn if there are incorrect fields | dread | |
Description |
When you create a package using the API, you might get a core field name wrong e.g. 'title' mispelt as 'titel' or 'groups' (which can't be specified in package creation). Currently that field will be ignored by the API. It should warn or give an error, rather than give 200 OK. |
|||
#432 | fixed | Creating package over REST gives 500 error | dread | dread |
Description |
This occurs when CKAN is run with mod_wsgi (not under paster). This is because of a unicode header being creating in rest.py. |
|||
#1484 | fixed | Creating package with duplicate tags causes exception | dread | dread |
Description |
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 |
Note: See TracQuery
for help on using queries.