Actions
Bug #94195
openTranslated (connected mode) content will still get checked by linkvalidator if original content is hidden
Status:
New
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2021-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce¶
1. Make sure linkvalidator.checkhidden=0
2. Create some content on a page with one broken link, translate it in connected mdoe ("Translate", not copy)
3. Deactivate the CE of the original language
4. check the links on the page with linkvalidator: Info => Check links => "This page" + "Check links"
5. Look at the report in the "Report" tab. You will now see the broken link for the content on the translated page
Expected result¶
Because checkhidden=0, hidden CE should not get checked. The translated content - even though not displayed as hidden in the backend - is effectively hidden - it inherits the status from the CE of the original language, it will not be displayed in the FE.
System¶
Tested with 11.3.0-dev
Updated by Sybille Peters over 3 years ago
- Related to Bug #94196: Visibility of translated content element of hidden CE is different in backend and frontend added
Actions