Skip to content
Snippets Groups Projects
Commit b947d734 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Added info on licenses_group_url cfg variable

parent 575800dc
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
......@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added editing of custom extra fields alongside the fixed fields in organizations form.
- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
### Removed
- Removed language field from dataset form.
### Changed
- Updated minimum CKAN version requirement from `2.9` to `2.10`. Please run `ckan db upgrade` after updating.
......@@ -39,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replaced `before_index` with `before_dataset_index`
- Updated minimu version of ckanext-spatial extension to `2.0.0`.
## [2.2.0]
### Added
- Added editing of custom extra fields alongside the fixed fields in organizations form.
- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
### Removed
- Removed language field from dataset form.
## [2.1.0]
### Added
......
......@@ -100,6 +100,14 @@ Parameter | Type | Default | Description
`ckanext.odsh.testuser` | `string` | `None` | Name of user for testing.
`ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing.
Additionaly you might want to set the following configuration parameters:
```ini
licenses_group_url = file://<path_to_ckan>/default/src/ckanext-odsh/ckanext/odsh/resources/licenses.json
```
### Testing
To ensure the quality and functionality of the `ckanext-odsh` extension, a comprehensive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment