Project

General

Profile

Actions

Bug #97806

closed

Linkhandler to translated records does not work on translated pages

Added by Georg Ringer almost 2 years ago. Updated almost 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Start date:
2022-06-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

due to a wrong check, the link is not generated

following use cases

  • Default content element
    • Link to news in default language: works
    • Link to news in 2nd language: works
  • Translated content
    • Link to news in default language: links to the translated news. IMO ok as otherwise after a translation the link would need to be adopted
    • Link to news in 2nd language: doesn't work <== it's about this issue

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #97777: linkhandler config.recordLinks for news plugin (as example) not working if news article is translatedNeeds Feedback2022-06-15

Actions
Actions #1

Updated by Georg Ringer almost 2 years ago

  • Related to Bug #97777: linkhandler config.recordLinks for news plugin (as example) not working if news article is translated added
Actions #2

Updated by Georg Ringer almost 2 years ago

  • Status changed from Accepted to Rejected

too risky. the change I tried is in DatabaseRecordLinkBuilder to change

if (empty($overlay['_LOCALIZED_UID'])) {

to
if ($overlay !== null) {

Actions

Also available in: Atom PDF