Bug #17355
closedUsing $TCA['ctrl']['hideTable'] has no effect
0%
Description
The core api describes this option, but it seems this was never implemented in 'class.db_list.inc'. Could be interesting for hiding tables in the List module when using IRRE.
(issue imported from #M5736)
Updated by Peter Foerger over 17 years ago
No, it is there and it's working. If you set for instance "mod.web_list.hideTables = tt_content" in the TSconfig of a usergroup you won't get any records of tt_content listed.
I can confirm this for 4.0.6 and 4.1.1.
Yes, you're right, it's pretty interesting in conjunction with IRRE.
cheers
Peter
Updated by Oliver Hader over 17 years ago
Using $TCA['ctrl']['hideTable']=true on in ext_tables.php has no effect in Web>List module. Thus, I can confirm this issue.
Updated by Oliver Hader over 17 years ago
Bernhard Kraft had written on 2006-03-05 on the Core-List:
"I removed the possibility to hide tables via TCA so the only possiblity remains to set:
mod.web_list.hideTables = tx_myext_TableMartinShouldnTSee_HeHe,tx_myext_InvisibleTable"
see http://lists.netfielders.de/pipermail/typo3-team-core/2006-March/002841.html
There are two solutions for this bug:
a) Remove the property "hideTables" from the doc_core_api
b) Apply the missing code part to the code
Updated by Malte Jansen almost 17 years ago
Solved with this Bug, it is now implemented:
http://bugs.typo3.org/view.php?id=6703
Updated by Oliver Hader almost 17 years ago
RFC #17783 was committed to Trunk (rev. 2803) by Dmitry