Skip to content

Commit

Permalink
Merge pull request #309 from Health-RI/correct-input-fields
Browse files Browse the repository at this point in the history
fix(form): resolve input issues for access_rights field
  • Loading branch information
amercader authored Oct 1, 2024
2 parents f18ba7a + e8a7d10 commit 4915325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/dcat/schemas/dcat_ap_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ dataset_fields:
- field_name: access_rights
label: Access rights
validators: ignore_missing unicode_safe
form_snippet: markdown.html
display_snippet: markdown.html
help_text: Information that indicates whether the dataset is Open Data, has access restrictions or is not public.

- field_name: alternate_identifier
Expand Down Expand Up @@ -321,6 +319,7 @@ resource_fields:
# Note: this falls back to the standard resource url field
- field_name: download_url
label: Download URL
display_snippet: link.html
help_text: URL that provides a direct link to a downloadable file (defaults to the standard resource URL).

- field_name: issued
Expand Down

0 comments on commit 4915325

Please sign in to comment.