- Issue created by @lindsay.wils
- First commit to issue fork.
- Merge request !50Issue #3508030 by bluegeek9: 'Clone all content types' Permission β (Open) created by bluegeek9
- πΊπΈUnited States bluegeek9
I added a permission 'clone _any content'. There is no equivalent 'create any content' permission. I want feedback from the community before completing the MR.
- π¨π¦Canada lindsay.wils
Thanks @bluegeek9.
True that there isnt a 'create any content' permission, but we do have:
Bypass content access control
Warning: Give to trusted roles only; this permission has security implications. View, edit and delete all content regardless of permission restrictions.So in the case you have a client managed website where they just have full access to create/delete/edit any content of any type, including new content types that may be created in future, you can assign this role.
It seems to me like a valid use case to be able to give a role the option to just clone anything, without worry.
Thanks