EnviDat / ckanext-restricted

CKAN extension for restricting access to resources
GNU Affero General Public License v3.0
7 stars 26 forks source link

2.8 #9

Closed desaija-lilly closed 5 years ago

desaija-lilly commented 5 years ago

This extension appears to not be working on CKAN 2.8.

espona commented 5 years ago

Could you elaborate on this? It does work in multiple 2.8 CKAN instances. Please make sure you followed carefully the installation and configuration instructions, including the dependences.

desaija-lilly commented 5 years ago

Perhaps I'm missing a dependency, but I followed the directions on the GitHub ReadMe.MD - and there were no explicitly required things stated. There was a mention about ckan-scheming, but I would suggest a dependencies/prereqs section in the GitHub.

espona commented 5 years ago

It needs ckanext-scheming and ckanext-composite, it’s written on the README.rst in the “Requirements” section, I will try to make it more visible and delete the .md file. One also needs to define some specific fields at resource level, it’s explained there too.

On 13 Feb 2019, at 15:49, Jairav Desai notifications@github.com wrote:

Perhaps I'm missing a dependency, but I followed the directions on the GitHub ReadMe.MD - and there were no explicitly required things stated. There was a mention about ckan-scheming, but I would suggest a dependencies/prereqs section in the GitHub.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

desaija-lilly commented 5 years ago

Sorry, I meant I read the rst. I recommend just explicitly saying "you require these extensions first" at the top of the requirements section, the existing language makes it seem a little ambiguous. Thank you for your quick responses!