Custom Query (2152 matches)
Results (1102 - 1104 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1688 | fixed | API for changing the permissions on an object | dread | dread |
Description |
We need an API for changing the authorization (permissions) on a model object. This was neglected in #1253 because of various changes to authz were looming. But six months later it still hasn't been done. Suggest this is just moving _add_user_object_role from ckan/lib/base.py to the logic layer, but no doubt it will be more complicated. Estimate: 3 days |
|||
#1690 | fixed | Rename storage settings with the ckan prefix | ross | ross |
Description |
Missed the ckan prefix on the storage settings names so this needs to be fixed. |
|||
#1693 | fixed | register_pluggable_behaviour should not be in routing | ross | ross |
Description |
We should try and move register_pluggable_behaviour into environment and out of routing as it is causing import issues when using simple search. These functions already take a map and so they should be fine any time after the call to make_map |