We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac430 commit e84a637Copy full SHA for e84a637
1 file changed
themes/MUG/invenio.cfg
@@ -247,12 +247,11 @@ REQUESTS_FACETS = {
247
"status": {"facet": curations_facets.status, "ui": {"field": "status"}},
248
}
249
250
-# Roles that are exempted from curation workflow
251
-CURATIONS_PRIVILEGED_ROLES = [
252
- "administration",
253
- "bypass-curation",
254
- "administration-rdm-records-curation",
255
-]
+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."""
256
257
RDM_PERMISSION_POLICY = CurationRDMRecordPermissionPolicy
258
0 commit comments