Actions
Bug #92775
closedPreview of a page in an additional language fails if default and localized page is hidden
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2020-11-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you are logged in at the same time in backend, you can preview hidden pages (since ever).
But if you add a translation to a page (also a page record now in TYPO3 10), you also want to see this translated page before unhiding.
While the default page record has value pages.hidden=1 the translation has the value pages.hidden=0 it is not possible to use the preview for the translation. Without 403 handling the error comes up in frontend:
The page did not exist or was inaccessible. Reason: ID was not an accessible page
A quick fix is to also set the translation to hidden, so now you can view the translated page in frontend.
Playing around with the fallbackType in site configuration doesn't have any effect. Tested on a blank TYPO3 10.4.9
Actions