You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to Reproduce
Create a page in default language.
Translate this page to a different language.
Set database field content_from_pid (Show content from page) for the translated page to a different page.
Show translated page in frontend
The content from the different page is not shown.
Expected behavior
The translated page should show the content from the specified page under the field "content_from_pid".
Actual behavior
Dynamic Content reads out "content_from_pid" from default language and nothing is shown.
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
to see if your bug or enhancement is already reported?
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.
Steps to Reproduce
Expected behavior
The translated page should show the content from the specified page under the field "content_from_pid".
Actual behavior
Dynamic Content reads out "content_from_pid" from default language and nothing is shown.
The text was updated successfully, but these errors were encountered: