diff --git a/themes/MUG/invenio.cfg b/themes/MUG/invenio.cfg index ba13659..0a4daf5 100644 --- a/themes/MUG/invenio.cfg +++ b/themes/MUG/invenio.cfg @@ -246,12 +246,11 @@ REQUESTS_FACETS = { "status": {"facet": curations_facets.status, "ui": {"field": "status"}}, } -# Roles that are exempted from curation workflow -CURATIONS_PRIVILEGED_ROLES = [ - "administration", - "bypass-curation", - "administration-rdm-records-curation", -] +CURATIONS_MODERATION_ROLE = "administration-rdm-records-curation" +"""ID of the Role used for record curation.""" + +CURATIONS_PRIVILEGED_ROLES = ["administration", "bypass-curation"] +"""Roles that are exempted from curation workflow and can publish without request for review.""" RDM_PERMISSION_POLICY = CurationRDMRecordPermissionPolicy