-
Notifications
You must be signed in to change notification settings - Fork 106
Problem with permissions for contents in different locales #774
Comments
Found the problem here... The request which is sent looks like this: There are basically three possibilities:
|
@chirimoya @wachterjohannes What do you think? I think I'd be in favor of variant 1. |
i would prefer 3. which could also return multiple locales. which would be possible without bc-breaks. only thing which have to be care that sometimes came a single string and sometimes an array of strings. |
I think I'm also getting this error - when I try to copy content from a locale using the dropdown at the top of the page I get the Exception Also, I'm not sure whether it's the same issue but there are 2 values in the locale list which are not in my webspace settings - |
@ollietb I think you have a different problem here... In this dropdown you should only get languages which are available on the node. Can you check that page in the PHPCR shell and see if there are some properties with the prefix of these languages? Maybe they were created before you deleted the languages from your webspace. |
@danrot ill create a new issue |
Actual Behavior
Set up
Tested this with a fresh clone of sulu-minimal.
I create 2 user roles:
I create 2 Users:
User_EN has Read permission in DE & EN and Write permission in EN.
User_DE has Read permission in DE & EN and Write permission in DE.
What I want to do
en
localeen
locale in thede locale
en
Operation forbidden The available permissions are not sufficient for this operation
Why can't User_DE create a copy of the shadow page?
Expected Behavior
User_DE can create a copy of the shadow page from
en
.The text was updated successfully, but these errors were encountered: