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

Oliver Hader oliver at typo3.org
Mon Oct 27 18:27:41 CET 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008523.patch
Type: text/x-diff
Size: 1755 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081027/4ac95d9c/attachment.patch 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0008523.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081027/4ac95d9c/attachment.txt 


More information about the TYPO3-team-core mailing list