Custom Query (2152 matches)
Results (7 - 9 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2589 | fixed | users can view draft datasets | toby | toby |
Description |
need to add some logic for this |
|||
#1083 | fixed | userobjectroles added twice can't be deleted | johnlawrenceaspden | johnlawrenceaspden |
Description |
the add_user_to_role/remove_user_from_role functions are asymmetrical in that the add function is happy to add the same role twice but the remove asserts that it's only in the table once and crashes if that's not true. an attempt has been made to guard against this, but fails, I think because the add functions rely on the caller committing the change to the db. same problem affects corresponding authorization_group functions I'll try to sort this out. Making a note here. |
|||
#1091 | wontfix | usernames of users logged in using open ids are strange | johnlawrenceaspden | |
Description |
If I use my gmail openID to log into a CKAN instance, then my username is: https://www.google.com/accounts/o8/id?id=AItOawnduohQ5RgXdPJKHiq-SIPbvCBqUaERuEQ This seems a bit odd. |