Custom Query (2152 matches)
Results (1978 - 1980 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2668 | fixed | Permission for sysadmin to read a deleted publisher | ross | dread |
Description |
As a sysadmin I should be able to view deleted groups/publishers (publisher profile) but I can't. In addition, there don't seem to be tests for permissions of deleted publishers. |
|||
#2670 | fixed | model.Group.get_children_groups returns deleted groups | ross | dread |
Description |
I believe it should only return active ones. On DGU we see deleted publishers popping up. |
|||
#2942 | wontfix | API POST barfs on interesting Content-Type headers | dread | dread |
Description |
When POSTing to the API, if specified, the 'Content-Type' header must be blank or 'application/x-www-form-urlencoded'. Otherwise we get an error like: "Bad request - JSON Error: Could not extract request body data: Bad content type: \'; charset=utf-8\'"" The problem is that this is a very reasonable header to send. Indeed requests 0.14 sends this particular header. This affects all versions of CKAN. This is due to webob/requests.py:1248 being pretty basic. |