Actions
Bug #93839
closed"Hide page if no translation for current language exists" not honored for not translated subpages
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2021-03-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a page has "Hide page if no translation for current language exists" set and has no translation, its `<link rel="alternate" hreflang="xx-XX" href=""/>` are correctly not rendered.
But they are rendered in the sub-pages of this page even if they are not translated.
(in TYPO3 9 they were correctly not rendered)
- Parent without translations and with "Hide page if no translation for current language exists" set: no hreflang
-- Sub-page without translations and with "Hide page if no translation for current language exists" not set: hreflang rendered for every setup language
Actions