Extension Suspend


Extension Basics

Title
Suspend
Name
ckanext-suspend
Type
Public extension
Description
CKAN extension that allows datasets to be suspended with a reason, adding a Suspend button to the dataset edit page and storing suspension details in the database.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2015-01-01 00:00:00)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-suspend

Allows datasets to be suspended.

  • Adds Suspend button to dataset edit page
  • Only users with permission to edit datasets can suspend one
  • Adds a package_suspend table to db. This is used to store the reason for the suspension.

Installation

  1. Clone this repository
  2. Install: python ckanext-suspend/setup.py develop
  3. Add suspend to the list of plugins in .ini file

License

Not specified

Version
1.0
Version release date
2014-05-05
Contact name
Andrew Dean
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Adds a package_suspend table to the database for storing suspension reasons.

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