[TYPO3-dev] IRRE, TYPO3 4.4.6 , MM and localization - not working?

Jochen Rieger j.rieger at connecta.ag
Tue Feb 8 17:18:59 CET 2011


Hi all,

in configuration mentioned above in TYPO3 4.4.6 somehow the "Localize 
All" button (as well as the single item localize-button) does not do 
anything for me.

Anyone experiencing the same? Am I missing something?

All tables got the localization fields (sys_language_uid, l18n_parent, 
l18n_diffsource, t3_origuid).

TCA config should be fine:

===
'type' => 'inline',
   'foreign_table' => 'tx_myext_domain_model_files',
   'MM' => 'tx_myext_product_files_mm',
   'appearance' => array(
     'showAllLocalizationLink' => 1,
     'showPossibleLocalizationRecords' => 1,
     'showRemovedLocalizationRecords' => 1,
     'showSynchronizationLink' => 1,
   ),
   'behaviour' => array(
     'localizationMode' => 'select',
   ),
===

But none of the localize / syncronize links has any effect. This is what 
the console says would be the response of typo3/ajax.php after clicking 
one of the links:

{"scriptCall":["\n\n\n\t\t\tTBE_EDITOR.loginRefreshed();\n\t\t"]}

Any ideas?

Regards,
Jochen




More information about the TYPO3-dev mailing list