Project

General

Profile

Actions

Bug #17355

closed

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

Added by Arjen Hoekema almost 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-06-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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 2 (0 open2 closed)

Related to TYPO3 Core - Feature #15721: Tables can not get hidden in Web>List moduleClosedBernhard Kraft2006-02-24

Actions
Is duplicate of TYPO3 Core - Bug #17783: $TCA[table]['ctrl']['hideTable'] not implementedClosedDmitry Dulepov2007-11-13

Actions
Actions #1

Updated by Arjen Hoekema almost 17 years ago

Related to bug 2695

Actions #2

Updated by Peter Foerger almost 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

Actions #3

Updated by Oliver Hader almost 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.

Actions #4

Updated by Oliver Hader almost 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

Actions #5

Updated by Malte Jansen over 16 years ago

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

Actions #6

Updated by Oliver Hader over 16 years ago

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

Actions

Also available in: Atom PDF