Project

General

Profile

Actions

Bug #22242

closed

IRRE: Inline elements of translated records are not coppied correctly.

Added by Albrecht Köhnlein about 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-03-05
Due date:
% Done:

0%

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

Description

In my example, i've got a parent with some IRRE children and translated parents with the translated children. When I copy the parent, the translated parents and the children in default language are coppied, too. But not the children of the translated parents.

This is because, the copy functions thinks that a copy process is a localization process, when language code is > 0. But in real, it can also be a copy process, when language is set.

In attached patch, it's a localization when $language>0 and differs from language code of origin record. When $language>0 and is same as language code of origin record, it's a copy.

(issue imported from #M13749)


Files

class.t3lib_tcemain.php.patch (1.05 KB) class.t3lib_tcemain.php.patch Administrator Admin, 2010-03-05 09:34
0013749_v2.patch (1.05 KB) 0013749_v2.patch Administrator Admin, 2010-03-26 22:10
Actions #1

Updated by Benni Mack almost 14 years ago

I committed v1 (and then v2, after I found it) to trunk (rev. 7646 / 7647)
I committed v2 to TYPO3_4-3. (rev. 7648)

Actions #2

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF