Skip to content

Commit

Permalink
Merge branch 'master' into healthdcat_ap
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus92 authored Dec 4, 2024
2 parents 4458afe + 81a85cc commit d9818fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ${{ matrix.ckan-image }}
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
Expand Down
14 changes: 7 additions & 7 deletions ckanext/dcat/schemas/dcat_ap_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,13 @@ dataset_fields:
validators: ignore_missing scheming_multiple_text
help_text: The legislation that mandates the creation or management of the dataset.

- field_name: has_version
label: Has version
preset: multiple_text
validators: ignore_missing scheming_multiple_text
help_inline: true
help_text: This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset.

#- field_name: hvd_category
# label: HVD Category
# preset: multiple_text
Expand Down Expand Up @@ -351,13 +358,6 @@ resource_fields:
label: License
help_text: License in which the resource is made available. If not provided will be inherited from the dataset.

- field_name: has_version
label: Has version
preset: multiple_text
validators: ignore_missing scheming_multiple_text
help_inline: true
help_text: This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset.

# Note: this falls back to the standard resource url field
- field_name: access_url
label: Access URL
Expand Down

0 comments on commit d9818fa

Please sign in to comment.