Skip to content

Commit

Permalink
custom fields: hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Dec 11, 2023
1 parent c305457 commit e75bc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/zenodo_rdm/custom_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def field(self):
# zenodo custom fields
ZENODO_CUSTOM_FIELDS_UI,
# codemeta
CODEMETA_CUSTOM_FIELDS_UI, # TODO enable when fixed (see https://github.com/zenodo/rdm-project/issues/217)
# CODEMETA_CUSTOM_FIELDS_UI, # TODO enable when fixed (see https://github.com/zenodo/rdm-project/issues/217)
# publishing information
{
"section": _("Publishing information"),
Expand All @@ -543,5 +543,5 @@ def field(self):
# Custom fields facets

CUSTOM_FIELDS_FACETS = {
**CODEMETA_FACETS, # TODO enable when fixed (see https://github.com/zenodo/rdm-project/issues/217)
# **CODEMETA_FACETS, # TODO enable when fixed (see https://github.com/zenodo/rdm-project/issues/217)
}

0 comments on commit e75bc0f

Please sign in to comment.