Skip to content
Snippets Groups Projects
Commit 799d4b8b authored by Duy Minh Vo's avatar Duy Minh Vo
Browse files

fix(dpi): licence -> licenses

parent 94210e28
No related branches found
No related tags found
No related merge requests found
...@@ -1482,7 +1482,8 @@ const dcatapProperties: InputDefinition = { ...@@ -1482,7 +1482,8 @@ const dcatapProperties: InputDefinition = {
$formkit: 'simpleConditional', $formkit: 'simpleConditional',
name: 'dct:license', name: 'dct:license',
identifier: 'licence', identifier: 'licence',
voc: 'licence', // 👇 Intentionally set to 'licenses' instead of 'licence'. License submission and fetching will break otherwise for dcat-ap.de
voc: 'licenses',
class: 'property inDistribution', class: 'property inDistribution',
options: { text: 'dct:title', textarea: 'skos:prefLabel', url: 'skos:exactMatch' }, options: { text: 'dct:title', textarea: 'skos:prefLabel', url: 'skos:exactMatch' },
selection: { 1: 'vocabulary', 2: 'manually' }, selection: { 1: 'vocabulary', 2: 'manually' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment