-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove `before index` JSON encoding - Update Solr - Update schema and presets according to DCAT AP 3 Co-authored-by: Hans-Chrstian <[email protected]>
- Loading branch information
Showing
8 changed files
with
139 additions
and
955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
ckanext/gdi_userportal/scheming/presets/gdi_presets.json.license
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#SPDX-FileCopyrightText: 2024 Stichting Health-RI | ||
# | ||
#SPDX-License-Identifier: Apache-2.0 | ||
|
||
scheming_version: 2 | ||
about: GDI scheming field presets | ||
about_url: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal/ | ||
presets: | ||
- preset_name: datetime_flex | ||
values: | ||
form_snippet: datetime.html | ||
display_snippet: datetime.html | ||
validators: scheming_isodatetime_flex convert_to_json_if_datetime |
Oops, something went wrong.