Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(form): resolve input issues for access_rights field #309

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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