Bug #17355

Using $TCA['ctrl']['hideTable'] has no effect

Added by Arjen Hoekema about 6 years ago. Updated almost 3 years ago.

Status:Closed Start date:2007-06-04
Priority:Should have Due date:
Assignee:Oliver Hader % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.1 Complexity:
PHP Version:4.3
Votes: 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)


Related issues

related to Core - Feature #15721: Tables can not get hidden in Web>List module Closed 2006-02-24
duplicates Core - Bug #17783: $TCA[table]['ctrl']['hideTable'] not implemented Closed 2007-11-13

History

Updated by Arjen Hoekema about 6 years ago

Related to bug 2695

Updated by Peter Foerger about 6 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 about 6 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 about 6 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 over 5 years ago

Solved with this Bug, it is now implemented:
http://bugs.typo3.org/view.php?id=6703

Updated by Oliver Hader over 5 years ago

RFC #17783 was committed to Trunk (rev. 2803) by Dmitry

Also available in: Atom PDF