-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dataset-level Permissions #2
Comments
This one looks like it might be of use for secret datasets. |
Yet another one, this time on the resource level. |
Taking a look at the dataset level roles one, seem to be getting some sort of DB issue: Existing dataset edit:
New dataset:
|
Turns out I had missed this command: This is needed to generate the DB tables. |
See cityofcapetown/ckanext-cct_metadata#2 for more detail.
Hmm, it works in test, but getting the following error when navigating to the collaborators tab of the prod data-catalogue:
Looks like the template is failing to render because a variable, I wonder if this is down to the version of CKAN I have pinned the docker image to. Sigh I shouldn't be using different versions in test and in production. I wonder how new it is... |
Right now permissions are scoped using the organisation - it would be a good idea to add dataset-level permissions, too. The best route is probably this extension.
The main benefit is that this enable individuals to be stewards (editors).
The text was updated successfully, but these errors were encountered: