Skip to content
Snippets Groups Projects
Commit 8d83764a authored by Volker Kemeter's avatar Volker Kemeter Committed by Susanne Moog
Browse files

[BUGFIX] Allow sys_file_metadata to be translatable

Since sys_file_metadata records are stored on pid=0,
there is no site configuration available. This situation is
similar to be_users.limitToLanguage feature, where
all languages of all sites need to be visible (depending
on the backend user rights).

This patch adds an option for the TranslationConfigurationProvider
to render all languages of all sites as a combined list
if the given pageId is 0 (based on the current user rights).

Resolves: #88897
Releases: master
Change-Id: I14b1bb6ae5c8577571cf5fa7bc2da1c1824c0f58
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61419


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 6b437802
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