[TYPO3-core] RFC #13627: [Feature]: Make visibility of record selector (IRRE) configurable
Jochen Rau
jochen.rau at typoplanet.de
Fri Feb 26 21:59:22 CET 2010
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,
),
Regards
Jochen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: feature_13627.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100226/1da8c088/attachment.txt>
More information about the TYPO3-team-core
mailing list