Feature #23198
closedIts not possible to hide translated records from listview
100%
Description
You can hide complete Tables in listView (Web/List),
but its not possible to hide translated Records from the listView.
Included Patch adds a new PageTS option
mod.web_list.hideTranslation = *
or
mod.web_list.hideTranslation = list,of,tables
For these (or all) Tables, only the default-Language appears in listView (Web/List), Translations are hidden.
If you switch to 'Localization view', all records - including translated records - are shown as usual.
(issue imported from #M15138)
Files
Updated by Stefan Geith over 14 years ago
Docs for TSconfig/PageTS/Mod/web_list:
Property:
hideTranslation
Data type:
list of table names
Description:
Hide translations of the listed tabelnames (comma-separated)
A single Asterisk * matches all tables
Example:
# Hide listing translations from all tables:
mod.web_list.hideTranslation = *
# Hide listing translations from listed tables:
mod.web_list.hideTranslation = list,of,tables
Note:
Does not affect 'Localization view' and switching to
other languages if editing records.
Updated by Stefan Geith over 14 years ago
New Patch '0015138-hideTranslations-v2.patch' because db_list is now moved to sysext.
Updated by Stefan Geith about 14 years ago
New Patch'0015138-hideTranslations-v3.patch' , because Records without default language dont't show any more.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 7 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 8 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 9 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 10 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 11 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Mr. Hudson over 13 years ago
Patch set 12 of change Iede6697a8ee28155b9fd62153eb7299f738258e6 has been pushed to the review server.
It is available at http://review.typo3.org/3289
Updated by Stefan Geith over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 563ff90326217b66ef431feeef7244f8ab1a5c0f.
Updated by Chris topher about 13 years ago
- Assignee set to Steffen Gebert
- Target version deleted (
0)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed