[TYPO3-core] RFC: #6703 $TCA[table]['ctrl']['hideTable'] not implemented
Malte Jansen
mail at maltejansen.de
Tue Nov 13 18:38:50 CET 2007
Martin Kutschker schrieb:
> Malte Jansen schrieb:
>> Hi!
>>
>> This is an SVN patch request.
>>
>> Type: Bugfix
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=6703
>>
>> Branches:
>> Trunk & 4.1
>
> You change from
> if (t3lib_div::inList($this->hideTables, $tableName)) continue;
>
> To
> if (t3lib_div::inList($this->hideTables, $tableName)
> || $TCA[$tableName]['ctrl']['hideTable']) {
> continue;
> }
>
> Isn't it possible to set up $this->hideTables correctly? I think this is
> the real bug.
>
> Masi
Hi,
You could to that, but than you have to walk through the whole $TCA once
more and you have to load it again.
An other point for this is, that the db_list.php is custom view.
But the class.db_list.inc is the "main"-file/function, so if a developer
dont't want to show it should be done every where.
Cheers,
Malte
More information about the TYPO3-team-core
mailing list