Custom Query (2152 matches)
Results (565 - 567 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1422 | fixed | Remove proxy & etag caching | dread | dread |
Description |
Rufus decided this was more trouble than it was worth. Removes ckan/lib/cache.py |
|||
#1425 | fixed | Dataset delete button | zephod | dread |
Description |
From Jonathan gray: At the moment to delete a package you have to go to 'state' and change from 'active' to 'deleted'. For me this was not very obvious, and someone recently wrote to me about this too. Its a small issue - but unless you know what 'state: active' refers to, its not obvious what this means, nor that this is where to go if you want to delete a package. From UI perspective this could be replaced by either a trash can or some text that says 'delete', perhaps with some prompt that explains what happens when you delete a package - explaining that non-admins won't be able to see it, and how you purge, etc. |
|||
#1426 | invalid | Validation errors cause 409 not 400 response | dread | dread |
Description |
Validation error is incorrect arguments, so should be a "400 Bad Request" response. "409 Conflict" is for when there is a conflict creating two resources with the same identifier. Yet we get 409 for all validation errors. |