Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage_pasteObjects is protected by "Modify portal content" #64

Open
tiberiuichim opened this issue Nov 10, 2016 · 1 comment
Open

manage_pasteObjects is protected by "Modify portal content" #64

tiberiuichim opened this issue Nov 10, 2016 · 1 comment

Comments

@tiberiuichim
Copy link

Shouldn't it be protected by "Add portal content" instead? I can understand, we're basically modifying context container by adding things to it, but as long as there is a more specific permission, I think that one should be used.

See this http://plone.293351.n2.nabble.com/Why-is-manage-pasteObjects-protected-with-quot-Modify-portal-content-quot-td7569350.html for context.

My use case is that I want Editors to be able to checkout content (using plone.iterate). They can't checkout if they're not allowed to create a copy of the content in that location.

@pgrunewald
Copy link

pgrunewald commented Jun 1, 2017

FYI: As workaround you can try collective.deletepermission, whose first intention is to fix a conceptual problem with the "Delete objects" permission, but also addresses your issue since version 1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants