[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:Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Please register or sign in to comment