plone.app.upgrade/fgrcon-fix-1570: fix role map for `Show Toolbar Permission`
Franz Gerhard Reinisch <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.upgrade Branch: refs/heads/fgrcon-fix-1570 Date: 2017-07-20T12:38:58+02:00 Author: Franz Gerhard Reinisch (fgrcon) <[email protected]> Commit: https://github.com/plone/plone.app.upgrade/commit/0b698f43662375dd6f026a9741bfb91931b2ef60 fix role map for `Show Toolbar Permission` see end of discussion of https://github.com/plone/Products.CMFPlone/issues/1570 Files changed: M CHANGES.rst M plone/app/upgrade/v51/profiles/to_beta5/rolemap.xml diff --git a/CHANGES.rst b/CHANGES.rst index 266a629..ab43282 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,10 @@ Bug fixes: Bug fixes: +- fix role map for `Show Toolbar Permission` + see end of discussion of https://github.com/plone/Products.CMFPlone/issues/1570 + [fgrcon] + - Plone 5.1: Fixup timezone record fields, as old interface plone.app.event.bbb.interfaces.IDateAndTimeSchema is gone since plone.app.event 3.0.2. diff --git a/plone/app/upgrade/v51/profiles/to_beta5/rolemap.xml b/plone/app/upgrade/v51/profiles/to_beta5/rolemap.xml index 45f96a9..1279cc8 100644 --- a/plone/app/upgrade/v51/profiles/to_beta5/rolemap.xml +++ b/plone/app/upgrade/v51/profiles/to_beta5/rolemap.xml @@ -3,7 +3,12 @@ <permissions> <permission name="Show Toolbar" acquire="False"> - <role name="Authenticated"/> + <role name="Manager"/> + <role name="Site Administrator"/> + <role name="Owner"/> + <role name="Reviewer"/> + <role name="Editor" /> + <role name="Contributor" /> </permission> </permissions> </rolemap> ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot