[TYPO3-core] RFC: Feature Request #8523: IRRE - Integrate possibility to define enabledControls in TCA
Oliver Hader
oliver at typo3.org
Tue Oct 28 19:43:09 CET 2008
FYI: Committed to SVN Trunk (rev. 4365)
(received +1s earlier - thanks!)
olly
Oliver Hader schrieb:
> This is a SVN patch request.
>
> Problem:
> To define the shown icons on IRRE child records (e.g. new record,
> sorting, delete, ...) a hook must be utilized for each record to modify
> these icons.
>
> Solution:
> A much simpler way is to define the icons to be shown already in TCA.
> Therefore a new property "" is integrated in the
> ['columns'][fieldname]['config']['appearance'] array.
>
> Example:
> 'config' => array(
> 'type' => 'inline',
> ...
> 'appearance' => array(
> 'enabledControls' => array(
> 'new' => false,
> 'hide' => true,
> ...
> ),
> ),
> ),
>
> Comments:
> Since this issue is related to IRRE only - I'm going to commit within
> the next 48 hours if nobody objects.
>
> Documentation changes:
> The attached text file contains the documentation changes.
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=8523
>
> Branch: Trunk
>
>
> olly
--
Oliver Hader
TYPO3 4.3 Release Manager
More information about the TYPO3-team-core
mailing list