Custom Query (2152 matches)
Results (913 - 915 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1359 | fixed | Radically simplify standard list of licenses | rgrp | rgrp |
Description |
Major UX grip and incredibly simple to do. May also want to have basic autocomplete support within the list (trivial to do as well I believe). (Talk to RP about this re how we define lists of licenses). |
|||
#312 | invalid | Race condition creating PackageRating | rgrp | dread |
Description |
On ckan.net there are a few packages which cause a 403 exception when you try to rate them: http://www.ckan.net/package/rate/coins-data?rating=3 The exception is occuring here: ckan.rating:39 in set_rating rating_obj = rating_query.one() InvalidRequestError?: Multiple rows returned for one() It looks like this package got rated twice in quick succession, creating two similar PackageRating? objects. This race condition needs to be solved and these particular rating objects repaired. |
|||
#167 | fixed | REST interface you can't update multiple tags | dread | dread |
Description |
Only first tag is updated. |