From ee68404c14034555fb68083fc718c0e632572d9c Mon Sep 17 00:00:00 2001 From: Javier Romero Castro Date: Tue, 9 Dec 2025 11:20:09 +0100 Subject: [PATCH] cfg: Add RDM_ALLOW_OWNERS_REMOVE_COMMUNITY_FROM_RECORD set to false * closes https://github.com/CERNDocumentServer/cds-rdm/issues/630 --- invenio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/invenio.cfg b/invenio.cfg index f8cecd46..f9af265b 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -626,3 +626,4 @@ APP_RDM_DETAIL_SIDE_BAR_TEMPLATES = [ "invenio_app_rdm/records/details/side_bar/export.html", "invenio_app_rdm/records/details/side_bar/technical_metadata.html", ] +RDM_ALLOW_OWNERS_REMOVE_COMMUNITY_FROM_RECORD = False