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

[4.x] Prevent localizing entries without "edit ... entries" permission #9605

Merged
merged 6 commits into from Mar 6, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request attempts to prevent users from being able to localize entries in other sites without the relevant "edit ... entries" permission.

This PR prevents it on the front-end by showing a tooltip when the user doesn't have enough permissions and also adds authorization in the controller to prevent it on the backend.

Fixes #9602.

@jasonvarga jasonvarga merged commit db4d6ea into 4.x Mar 6, 2024
35 checks passed
@jasonvarga jasonvarga deleted the fix/localizing-entries-without-edit-permissions branch March 6, 2024 19:07
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

Successfully merging this pull request may close these issues.

Users with just view permissions can create draft entries in multisite
2 participants