Extension Publisher - Publish/Unpublish Workflow


Extension Basics

Title
Publisher - Publish/Unpublish Workflow
Name
ckanext-publisher
Type
Public extension
Description
Replaces the default CKAN visibility dropdown with a publish/unpublish button, restricting publication control to organization admins only.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-12-10 10:24:41)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

With the default CKAN installation, metadata records have a dropdown field called visibility which allows metadata creators to choose either to make the metadata public or private. This plugin removes the visibility field from the metadata record, replaces it with a publish/unpublish button after the record is created. Only users with Admin role in the organisation can make the metadata record public or private. Members can view public datasets and unpublished datasets of their organizations. Editors can create and modify datasets but cannot publish or unpublish them.

Version
0.9.0
Version release date
2021-12-10
Contact name
Carlo Cancellieri
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

ckan.auth.create_unowned_dataset = false ckan.auth.create_dataset_if_not_in_organization = false

Plugins to configure (ckan.ini)
publisher
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions