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
- clone this repository
- install:
python ckanext-suspend/setup.py develop
- add
suspend
to the list of plugins in .ini file