[ ] Changes have been checked for CGL compliance php-cs-fixer fix
[ ] CSS has been rebuilt (only if there are SCSS changes cd Build; npm ci; npm run build)
Description
Since TYPO3 9 the field "Show content from page" can be different for each translation. The database field content_from_pid is only fetched in the default language. So if your translated page has a content_from_pid set but the default language not its not recognized.
Pull Request
Related Issues
Prerequisites
php-cs-fixer fix
cd Build; npm ci; npm run build
)Description
Since TYPO3 9 the field "Show content from page" can be different for each translation. The database field content_from_pid is only fetched in the default language. So if your translated page has a content_from_pid set but the default language not its not recognized.