Custom Query (2152 matches)
Results (1516 - 1518 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2678 | fixed | No UI for deleting a related item | toby | shevski |
Description |
Needs to be a way for admins (owners of dataset) to delete related items. I suggest adding a button to the edit page http://s031.okserver.org:2375/dataset/gold-prices/related/edit/d3249863-040a-4f55-a5d8-c86697d0b7b8 |
|||
#2680 | fixed | review group deletion | shevski | shevski |
Description |
Super admins & owners/creators of groups need a way to delete them Is the auth model in place for all this stuff? May be worth sitting down and going through how this should work Currently can change state from active to deleted - this is not ery user friendly (want a button with a 2 step process maybe?) & I'd like to know who can view this option? Everyone who can edit a group? Who can edit? |
|||
#2682 | fixed | CKAN's internal tracking counts each view twice, needs unit tests | seanh | seanh |
Description |
CKAN's internal tracking seems to count each page view twice, the problem appears to be with the SQL in the update_tracking() method in ckan/lib/cli.py. The internal tracking feature needs some tests, and some of the code could maybe do with some more explanatory comments, e.g. what is the intended difference between count and running_total? |