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
Actions