Project

General

Profile

Actions

Bug #16412

closed

Links to localized elements do not function

Added by Dmitry Dulepov almost 18 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2006-07-30
Due date:
% Done:

0%

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

Description

If page should contain a link to localaized record from tt_content, this link in fact will always point to non-localized (non-overlayed) version. Problem is in definition of tt_content.stdWrap.dataWrap. Now it contains:

dataWrap = <a id="c{field:uid}"></a> |

but should be:
dataWrap = <a id="c{field:_LOCALIZED_UID // field:uid}"></a> |

(issue imported from #M3952)


Files

css_styled_content_localization.txt (488 Bytes) css_styled_content_localization.txt Administrator Admin, 2006-07-30 13:32
Actions

Also available in: Atom PDF