[TYPO3-irre] foreign_selector does not work correctly
Oliver Hader
oliver at typo3.org
Sat May 31 13:16:48 CEST 2008
Hi Stefan,
Stefan Frömken schrieb:
> I have the printer-table and the type-table. Between them I have the
> intermediate table.
>
> Here is my code:
> "type" => "inline",
> "foreign_table" => "tx_sfebshaslo_printertype_rel",
> "foreign_field" => "printerid",
> "foreign_selector" => "typid",
> "foreign_label" => "typid",
> "appearance" => Array (
> "collapseAll" => 1,
> "expandSingle" => 1,
> "useCombination" => 1,
> ),
> "maxitems" => 1,
>
> I can't find anything wrong.
That's a bug in IRRE with the uniqueness of the combined mode. Please
set "'foreign_unique' => 'typid'" in that field configuration which
should do the trick...
olly
--
Oliver Hader
TYPO3 4.3 Release Manager
More information about the TYPO3-project-irre
mailing list