[TYPO3-mvc] Big problems (Bug?) with $query-in() (little bit urgent)

Marc Bastian Heinrichs typo3 at mbh-web.de
Mon Sep 27 10:42:20 CEST 2010


Hi Manne,

> In tca:
>         "fahrzeug" => Array (        
>             "exclude" => 1,        
>             "label" => "LLL:EXT:...",        
>             "config" => Array (
>                 "type" => "group",    
>                 "internal_type" => "db",    
>                 "allowed" => "tx_rkcamperchecker_domain_model_fahrzeug",    
>                 "size" => 10,    
>                 "minitems" => 0,
>                 "maxitems" => 99,
>             )
>         ),
> 
> The model of the object with the repository:

Extbase doesn't support tca group configuration yet. [1]
You can use select with foreign_table instead.


Regards
Marc Bastian

[1] http://forge.typo3.org/issues/6249



More information about the TYPO3-project-typo3v4mvc mailing list