Project

General

Profile

Actions

Bug #92809

open

Anchor Links in Link Wizard not translated correctly

Added by Philipp Parzer over 3 years ago. Updated over 1 year ago.

Status:
Accepted
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2020-11-10
Due date:
% Done:

0%

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

Description

I have a page A in the default language and a translated page B in 'Free Mode'.
Page A has a Textmedia content element with an anker link to a content element on the same page.
The content element is selected via Link Wizard - it shows all records from page A.

But when I translate the Textmedia element to page B, the UID of the selected content element on page A doesn't get updated.
Furthermore I don't have the possibility to change the selection of the element, because the elements in the Link Wizard on page B are the ones from page A.

Shouldn't see the editor for page B the content elements on page B in the Link Wizard?


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #88690: Translated content elements are not available in linkbrowser of the ckeditor in free modeNew2019-07-05

Actions
Actions #1

Updated by Sybille Peters over 3 years ago

  • Category set to Localization

The same problem was reported by our editors.

If "Connected mode" is used "instead of free" this would work, but not if the page is translated using "free mode" as you wrote.

Actions #2

Updated by Simon Gilli almost 3 years ago

  • Status changed from New to Accepted
  • Priority changed from Should have to Must have
Actions #3

Updated by Anonymous almost 3 years ago

That's already a problem in TYPO3 9LTS.

We have to split up thinks a bit here.

First of all, conceptional its not possible to "translate" a content in free mode (while it is technically possible in BE, FE will never consider the connection in free mode!) - so its (in theory) impossible to update the link - practically it could be done in the BE if the record gets translated with "translate" function. Question here if and how this should be handled.

The other thing is setting a section link in a translation - is is well described by the author. It should be possible to select translated records (only ?) as target if the target page is in fallbackType: free - maybe this could work for all modes, to always store the translated uid?
On the other hand, it should maybe still possible to link to the default language if the target page is not translated?

Actions #4

Updated by Alexander Stehlik over 2 years ago

  • Related to Bug #88690: Translated content elements are not available in linkbrowser of the ckeditor in free mode added
Actions #5

Updated by Jonas Eberle over 1 year ago

  • Subject changed from Anker Links in Link Wizard not translated correctly to Anchor Links in Link Wizard not translated correctly

A workaround until we are able to select the language of shown content elements in the link browser is:

Adjust the "#fragment" part of t3:// links in RTE "raw" view by setting the uid of the translated content element manually

<a href="t3://page?uid=1081#8844" target="_self">
Actions

Also available in: Atom PDF