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 #1

Updated by Mathias Schreiber about 9 years ago

  • Target version set to 7.4 (Backend)
Actions #2

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 8 LTS
Actions #4

Updated by Riccardo De Contardi over 8 years ago

  • Category set to TypoScript
Actions #5

Updated by Gerrit Code Review almost 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47535

Actions #6

Updated by Gerrit Code Review almost 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47535

Actions #7

Updated by Gerrit Code Review almost 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47535

Actions #8

Updated by Benni Mack almost 8 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF