[TYPO3-core] RFC: Feature Request #8523: IRRE - Integrate possibility to define enabledControls in TCA

Ingmar Schlecht ingmar at typo3.org
Tue Oct 28 06:08:46 CET 2008


Looks all fine, +1 by reading.

cheers
Ingmar


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
> 


-- 
Ingmar Schlecht
TYPO3 Association Active Member


More information about the TYPO3-team-core mailing list