Actions
Bug #105389
openWorkspace typolink to translated page does not work
Status:
New
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2024-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Scenario:
- Multilanguage site
- In a workspace and translated content element, page A links to page b (t3://page?uid=4352&L=5)
- Page b is
- enabled in the default language and Live workspace, as well in the staging workspace
- the translated page is hidden in the Live workspace, but enabled in the staging workspace
In \TYPO3\CMS\Core\Domain\Repository\PageRepository::getPageOverlaysForLanguage the language overlays are done and later on workspace overlays. But this does not create the links in the translation.
I'd expect to ignore the hidden flag if we are in a workspace and check the visibility AFTER versionOL is called flag is set
Updated by Andreas Kießling 9 days ago
- Category changed from Link Handling & Redirect Handling to Workspaces
Actions