[TYPO3-mvc] Calling different object/repository inside fluid
Felix Oertel
mehl at foertel.com
Thu May 6 09:39:28 CEST 2010
Hi,
Am 06.05.10 09:15, schrieb Søren Malling:
> tx_groupmembers_domain_model_club is as follow
>
> 'inspector' => array (
> 'exclude' => 1,
> 'label' =>
> 'LLL:EXT:groupmembers/Resources/Private/Language/locallang_db.xml:tx_groupmembers_domain_model_club.inspector',
> 'config' => array (
> "type" => "group",
> "internal_type" => "db",
> "allowed" => "fe_users",
> "size" => 1,
> "minitems" => 0,
> "maxitems" => 1,
> )
> ),
@Jochen we have to add "allowed" to the relation-type detecting because
TCA type "group" does not know "foreign_table". or just apply my patch,
that should work. :-P
Sören please try to add "foreign_table" => "fe_users" to the TCA as
workaround.
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list