Custom Query (2152 matches)
Results (2023 - 2025 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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? |
|||
#2684 | fixed | .js leaving forms warning | aron.carroll | toby |
Description |
I think it would be nice to have all form pages monitor their forms - excluding search ones - and if a field has changed then warn the user that they have not saved the form data but are leaving the page. This would help with things like changing resources on the add dataset resource form etc. |