Project

General

Profile

Actions

Feature #18858

closed

Integrate possibility to define enabledControls in TCA

Added by Steffen Kamper almost 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-05-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

to override enabledControls it's only possible with a hook.

I would like to have the option to define them in TCA.

A possible way would be

'fieldname' => array(
'label' => '...',
'config' => array(
'type' => 'inline',
'foreign_table' => '...',
'appearance' => array(
'enabledControls' => array(
'new' => false,
'delete' => false,
...
),
),
),
),

(issue imported from #M8523)


Files

0008523.txt (569 Bytes) 0008523.txt Administrator Admin, 2008-06-13 18:07
0008523.patch (1.71 KB) 0008523.patch Administrator Admin, 2008-06-13 18:07

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19797: Controll icons in header of newly created child elements are not shownClosedOliver Hader2009-01-12

Actions
Actions #1

Updated by Oliver Hader almost 16 years ago

The attached patch implements the new feature which is configurable like suggested in the initial description of this report. The text file has the accordant changes for the TYPO3 documentation (doc_core_api).

Actions #2

Updated by Oliver Hader over 15 years ago

Committed to SVN Trunk (rev. 4365)

Actions

Also available in: Atom PDF