Skip to content

Commit

Permalink
config: added var for organization schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 committed Nov 29, 2024
1 parent 0cd73a7 commit 2c12c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ from invenio_app_rdm.config import (
from invenio_app_rdm.config import (
COMMUNITIES_ERROR_HANDLERS as BASE_COMMUNITIES_ERROR_HANDLERS,
)
from invenio_communities.config import COMMUNITIES_ORG_IDENTIFIER_SCHEMES_UI
from invenio_communities.communities.services import facets as community_facets
from invenio_github.oauth.remote_app import github_app as github_remote_app
from invenio_i18n import lazy_gettext as _
Expand Down Expand Up @@ -938,8 +939,11 @@ APP_RDM_IDENTIFIER_SCHEMES_UI = {
"label": "EDMO",
},
}

COMMUNITIES_ORG_IDENTIFIER_SCHEMES_UI = APP_RDM_IDENTIFIER_SCHEMES_UI
"""Identifier Schemes UI config."""


RECORDS_RESOURCES_ALLOW_EMPTY_FILES = False
"""Disable empty files for Zenodo."""

Expand Down
4 changes: 1 addition & 3 deletions static/images/edmo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c12c9d

Please sign in to comment.