[TYPO3-irre] RFC #6087: Localization of child records with IRRE
Oliver Hader
oh at inpublica.de
Wed Jan 23 11:37:47 CET 2008
Hi again,
Oliver Hader schrieb:
> Hi,
>
> Oliver Hader schrieb:
>> --> select:
>> This is the default behaviour. On localizing a parent record none of
>> the children will be localized. But in the edit view it's possible
>> to import all, a single or none of the children of the default
>> language. Furthermore it's possible to create new children that were
>> not present in the default language.
>> * parent (default)
>> |- child_a (default)
>> |- child_b (default)
>>
>> * parent (lang:de)
>> |- child_a (lang:de)
>> |- child_c (lang:de, only in localized parent)
>> |- child_d (lang:de, only in localized parent)
>
> Which behaviour would you expect when clicking a button "localize all
> record" (similar to "copy from default language" on pages)?
> 1) create localized children in database
> (that's the TYPO3 default e.g. in localizing in the web>list view)
> 2) show these localized children only virtually and only write them
> to database when the user clicks the save-button for the whole form
> (that's the behaviour in IRRE with creating/deleting child records)
My fault. Only the first possibility works. If a child record has again
child records on the next level (e.g. with this while structure: Hotel
-> Offer -> Price), the grand children (prices in the example) have to
be localized recursively which is not the business of TCEforms.
Thus, localization directly writes to database but the update in the
form is done via AJAX.
olly
--
Oliver Hader
http://inpublica.de/
More information about the TYPO3-project-irre
mailing list