Project

General

Profile

Actions

Feature #17658

closed

Possibility to manipulate control items for each child record

Added by Georg Ringer over 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-10-08
Due date:
% Done:

0%

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

Description

nice feature request.
Possibility to hide the links next to the title of the inline record.

so it would be possible to forbit the creating of records but still showing/editing the records

code:
TCA
"appearance" => Array(
"hide" => "delete,hide",

getSingleField_typeInline @ class.t3lib_tceforms_inline.php
&& strpos($config['appearance']['hide'],'new')===false
(issue imported from #M6472)


Files

0006472.patch (12 KB) 0006472.patch Administrator Admin, 2008-02-03 23:03
Actions #1

Updated by Oliver Hader over 16 years ago

Hm, what about a hook that allows you to modify (add/remove) the icons shown for child records?

Actions #2

Updated by Georg Ringer over 16 years ago

yeah could work too as long as I can hide the links in the TCA

Actions #3

Updated by Oliver Hader about 16 years ago

Committed to SVN Trunk (rev. 3055)

Actions

Also available in: Atom PDF