[TYPO3-core] RFC #15400: Bugfix: IRRE - selected items not removed from selector

Martin Borer mbarts at gmx.ch
Fri Oct 15 21:15:52 CEST 2010


Just a small reminder...

Patch was tested by Philipp Kerling
http://bugs.typo3.org/view.php?id=15400

Could the patch by reviewed by a core 'guru'?

Greets
Martin



Am 09.08.2010 11:59, schrieb Martin Borer:
> Am 09.08.2010 11:38, schrieb Steffen Kamper:
>> could you be more descriptive? "there is a bug..." i expected that with
>> a bug report ;)
>>
>> vg Steffen
>
> Hi Steffen,
>
> Sorry... will describe it a little bit more in first place next time!
>
> If you use a IRRE Selector (see attached image). The entries in the
> selectors are not removed (main Child record selector, and selectors in
> child records).
>
> Example of inline TCA field:
> "matrix" => Array (
> "label" =>
> "LLL:EXT:adia_prodmng/locallang_db.xml:tx_adiaprodmng_products.matrix",
> "config" => Array (
> "type" => "inline",
> "foreign_table" => "tx_adiaprodmng_matrix_rel",
> "foreign_field" => "prod_id",
> "foreign_selector" => "usage_id",
> "foreign_sortby" => "sorting",
> "foreign_label" => "usage_id",
> 'foreign_unique' => 'usage_id',
> 'appearance' => Array(
> //"useCombination" => 1,
> 'showSynchronizationLink' => 1,
> 'showAllLocalizationLink' => 1,
> 'showPossibleLocalizationRecords' => 1,
> 'showRemovedLocalizationRecords' => 1,
> "useSortable" => 1,
> ),
> 'behaviour' => array(
> 'localizationMode' => 'select',
> ),
> "maxitems" => 50,
> "size" => 15,
> )
> ),
>
> The setUnique function was not updated for the new handling with the
> scriptaculous javascript framework.
>
> Greets Martin



More information about the TYPO3-team-core mailing list