Project

General

Profile

Actions

Feature #27471

closed

Allow asterisk for hideTables

Added by Stig Nørgaard Færch almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2011-06-15
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Need the ability to hide all tables from list view.

You want to show only a specific table:
Today you would have to list all available tables except the one you want to be available.
With this patch, you can just set hideTables = * (or hideTables := addToList(*)) to hide all tables, and then set hideTable = 0, to show a specific table:

Example:
mod.web_list {
hideTables = *
table.tx_cal_event.hideTable = 0
}
Here only the table tx_cal_event is shown.


Files

hideTables.diff (737 Bytes) hideTables.diff Stig Nørgaard Færch, 2011-06-15 11:29
Actions

Also available in: Atom PDF