Relative Content

Tag Archive for ckan

Dataset Approval/Rejection in Ckan

I’m running a CKAN 2.10.3 on my ubuntu 22.04 server.
I need to configure my application such that the datasets created by an editor of an organization should be in “pending”/”waiting for approval” state.
The admins should be able to review the dataset and accept/reject it accordingly.
Is there any plugins or suggested methods to achieve the same in CKAN 2.10.3

the cookie used in ckan 2.10.3

I am working on the CKAN 2.10.3 version. I noticed that there are 2 cookies in the ckan, I understand the ckan cookie, but the other cookie, what is it for? What is the usage of the other cookie (a2b585b14a36….)

How to create a download files button in ckan?

Hi I am currently using Ckan2.10 and would like to create a Download button in the ckan webpage. After clicked on the Download button, it will call the plugin.py to generate an excel file, but how can I pass the excel file back to the html page so that user is able to download the excel file?