Skip to content
Snippets Groups Projects
Commit afcd86d2 authored by Christian Eßl's avatar Christian Eßl Committed by Benni Mack
Browse files

[BUGFIX] Independently check permissions for each language in page module

If an editor has no edit permissions for the default language, but for
other languages, then opens the page module and switches to "Languages"
mode, the edit permissions are only checked for the language, that is
currently selected in the switch.
If this is the default langauge, the editor has no edit permissions for,
the topbar buttons in the content elements would then also be hidden for
all other languages.
This commit fixes this issue by independently checking the access
permissions for each language.

Resolves: #90164
Releases: master, 9.5
Change-Id: Ic5cc7d5a1c09a144744b40aa524e446a39a84a8e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63009


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 0bee64b2
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment