[TYPO3-core] RFC: #15138: Its not possible to hide translated records from listview

Stefan Geith typo3dev2010.nospam1 at geithware.de
Fri Jul 16 09:48:36 CEST 2010


Hi,
this is a SVN patch request.

Type: Feature

Bugtracker references:
   http://bugs.typo3.org/view.php?id=15138

Branches: trunk

Problems:
   You can hide complete Tables in listView (Web/List),
   but its not possible to hide translated Records from the
   listView.

Solution:
   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.

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.

Note:
   Already three customers very relieved ;)

/Stefan Geith

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0015138-hideTranslations.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100716/b38085e5/attachment.asc>


More information about the TYPO3-team-core mailing list