Bug #92925
openLimit to language is broken in TYPO3 10
0%
Description
There are some problems in the page module with user groups that are only allowed to edit the additional languages (limit to language). Behavior was simulated on an empty TYPO3 10.4.10 instance.
Structure of the user groups (Screen 0):
Author 1 - may only edit Default (EN)
Author 2 - may only edit the additional language (DE)
The behavior of author 1 is correct, he may only edit the default language.
But there are some problems with author 2, which only appear in the page module - the list module seems to work correctly.
1. he is allowed to edit the content correctly (if you click on the icon in front), but the icons in the back are missing on the CE itself. (Screen 1)
2. in Free Mode the + icons for creating new content elements are missing. (Screen 1)
3. if the additional language is still empty, the + icons and the Translation Wizard are also missing (Screen 2)
4. and last the drop-down "Create new translation of this page" is missing for a page that has not yet been translated (Screen 3)
Greetings, Alex
Files
Updated by Alex Kellner almost 4 years ago
Georg just asked me about the feature toggles.
We checked it and for whatever reason "Fluid based Page Module" was turned on, on our new installation (shouldn't this be turned off per default?). So everything that was described above is related to a turned on "Fluid based Page Module".
We also tested with turned off "Fluid based Page Module". Here the problems are a bit different then above mentioned:
1. Icons are shown correctly (no problem there)
2. + icons are also there (no problem there)
3. + icons are also there but the Translation Wizard is still missing
4. the drop-down "Create new translation of this page" is still missing
Updated by Anonymous almost 4 years ago
Alex Kellner wrote in #note-1:
Georg just asked me about the feature toggles.
We checked it and for whatever reason "Fluid based Page Module" was turned on, on our new installation (shouldn't this be turned off per default?). So everything that was described above is related to a turned on "Fluid based Page Module".
We also tested with turned off "Fluid based Page Module". Here the problems are a bit different then above mentioned:
1. Icons are shown correctly (no problem there)
2. + icons are also there (no problem there)
3. + icons are also there but the Translation Wizard is still missing
4. the drop-down "Create new translation of this page" is still missing
Can confirm. With turned off fluid-page-module it gets a bit better. But the bugs that are unrelated to FPM still apply. Mostly the missing ability to
- edit page properties
- create page translation
- create content transation
is a show-stopper.