Skip to content
Snippets Groups Projects
Commit 41be711f authored by Becker, Benjamin's avatar Becker, Benjamin
Browse files

Merge pull request #58 in TPSH/ckanext-odsh from master to dev

* commit 'c0b69d23':
  Revert "makes license attribution optional"
parents 7906228e c0b69d23
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm ...@@ -111,6 +111,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
schema['extras'].update({ schema['extras'].update({
'key': [ 'key': [
toolkit.get_converter('known_spatial_uri'), toolkit.get_converter('known_spatial_uri'),
toolkit.get_converter('validate_licenseAttributionByText'),
] ]
}) })
schema.update( schema.update(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment