From b8422d9ea5ec8827f74ee28e0f2a65718a34240b Mon Sep 17 00:00:00 2001 From: MrTango Date: Mon, 4 Nov 2024 20:09:09 +0200 Subject: [PATCH] Allow Contributor and Editor to Access inactive portal content --- Products/CMFPlone/profiles/default/rolemap.xml | 2 ++ news/3571.bugfix | 1 + 2 files changed, 3 insertions(+) create mode 100644 news/3571.bugfix diff --git a/Products/CMFPlone/profiles/default/rolemap.xml b/Products/CMFPlone/profiles/default/rolemap.xml index 1336b14e06..83ea244f14 100644 --- a/Products/CMFPlone/profiles/default/rolemap.xml +++ b/Products/CMFPlone/profiles/default/rolemap.xml @@ -16,6 +16,8 @@ + + diff --git a/news/3571.bugfix b/news/3571.bugfix new file mode 100644 index 0000000000..7ba69ddf7c --- /dev/null +++ b/news/3571.bugfix @@ -0,0 +1 @@ +- Allow Contributor and Editor to Access inactive portal content.