[TYPO3-dev] Hide table in record listings does not work!?!

Malte Jansen mail at maltejansen.de
Tue Nov 13 16:28:42 CET 2007


Hi,

I wanted to hide some table the $TCA. In the documentation ('Reference 
for the ['ctrl'] section:') it says:
Key: hideTable = Boolean

http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id3613137

So it should look like this, but it does not work.

$TCA["tx_mytable"] = array (
	"ctrl" => array (
		'title'     => ,		
		'label'     => ,
		'tstamp'    => 'tstamp',
		'crdate'    => 'crdate',
		'cruser_id' => 'cruser_id',
		'hideTable' => 1,
		...
	)
);

I have overseen somesthing?

Cheers,

Malte




More information about the TYPO3-dev mailing list