Bug #17355
closed
Using $TCA['ctrl']['hideTable'] has no effect
Added by Arjen Hoekema over 17 years ago.
Updated over 14 years ago.
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)
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
Using $TCA['ctrl']['hideTable']=true on in ext_tables.php has no effect in Web>List module. Thus, I can confirm this issue.
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
RFC #17783 was committed to Trunk (rev. 2803) by Dmitry
Also available in: Atom
PDF