The additional fields in the Additional Information section of the Resource screen are displayed duplicated
I am currently working on ckan version 2.10.3 and deployed to a docker.
The additional fields in the Additional Information section of the Resource screen are displayed duplicated
I am currently working on ckan version 2.10.3 and deployed to a docker.
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
Cannot parse json in ckanapi
Im trying to use ckanapi but i have an error everytime i tried to use this command:
ckan 2.10 update cookies to secure
I am using ckan version 2.10.3 and had updated the REMEMBER_COOKIE_SECURE=true and beaker.session.secure=true.
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….)
Ckan PluginNotFoundException: scheming_datasets
I am trying to include ckan-next scheming extension, however when I run container on docker I receive an exception:
PluginNotFoundException: scheming_datasets
Logout a user in ckan2.10
How can I redirect logged-in user to the logout page using Ckan 2.10?
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?