Actions
Feature #17658
closedPossibility to manipulate control items for each child record
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
Updated by Oliver Hader about 17 years ago
Hm, what about a hook that allows you to modify (add/remove) the icons shown for child records?
Updated by Georg Ringer about 17 years ago
yeah could work too as long as I can hide the links in the TCA
Actions