[TYPO3-core] RFC #13627: [Feature]: Make visibility of record selector (IRRE) configurable
Oliver Hader
oliver at typo3.org
Sat Feb 27 19:25:35 CET 2010
Hi Jochen,
Am 26.02.10 21:59, schrieb Jochen Rau:
> This is an SVN patch request.
>
> Type: New feature
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13627
>
> Branches:
> TYPO3_4-3 & trunk
>
> Problem:
> The record selector is always visible.
>
> Solution:
> Introduce a new option 'hideSelector' in $TCA. This would be useful in
> combination with the way extbase stores value objects. Example:
>
> 'type' => 'inline',
> 'minitems' => 0,
> 'maxitems' => 9999,
> 'foreign_table' => 'tx_gems_party_contactnumber_mm',
> 'foreign_field' => 'uid_local',
> 'foreign_selector' => 'uid_foreign',
> 'foreign_label' => 'uid_foreign',
> 'appearance' => array(
> 'useCombination' => 1,
> -> 'hideSelector' => 1,
> ),
Seems like you just need the combination-view but not the selector.
Maybe you can show me in Laax at the T3BOARD how this is handled... :)
olly
--
Oliver Hader
TYPO3 v4 Core Team Leader
More information about the TYPO3-team-core
mailing list