Hallo Stephan,

gerne versuche ich das mal kurz darzustellen.

Ich habe ein Element "Haus" und ein Element "Bewohner". Beide sind via 1:n 
miteinander verknüpft.

Auszug aus TCA "Bewohner" (Teil columns)
'bewohner' => array(
'exclude' => 1,
'label' => 
'LLL:EXT:[EXTNAME]Resources/Private/Language/locallang_db.xlf:tx_[EXTNAME]_domain_model_haus.bewohner',
'config' => array(
 'type' => 'inline',
 'foreign_table' => 'tx_[EXTNAME]_domain_model_bewohner',
 'foreign_field' => 'haus',
'foreign_sortby' => 'vorname', 'maxitems' => 9999,
 'appearance' => array(
  'collapseAll' => 0,
  'levelLinksPosition' => 'top',
  'showSynchronizationLink' => 1,
  'showPossibleLocalizationRecords' => 1,
  'showAllLocalizationLink' => 1
 ),
),
),

Ich musste hier einfach foreign_sortby setzen.

Liebe Grüße!
--
Kind regards,
Michael

forum.typo3.org/index.php?t=tree&th=208338 direct_mail
forum.typo3.org/index.php?t=tree&th=210808 powermail
forum.typo3.org/index.php?t=tree&th=212804 Core
forum.typo3.org/index.php?t=tree&th=213115 clickenlarge
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an