Project

General

Profile

Actions

Feature #90114

closed

Disable translation of filelist

Added by NGUYEN Duc Quan over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-01-15
Due date:
% Done:

100%

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

Description

Currently there is no simple solution to disable/enable the translation of the files in the (BE menu) filelist.

This could be done by unsetting languageField like

unset($GLOBALS['TCA']['sys_file_metadata']['ctrl']['languageField']);

But this will trigger a PHP exception because the TYPO3\CMS\Filelist\Filelist::formatFileList() doesn't check if languageField is set or not.

Adding an additional condition in "case '_LOCALIZATION_'" would solve this exception and also would give the possibility to enable/disable filelist localization.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #90137: Improve Feature RST for 90114ClosedDaniel Goerz2020-01-16

Actions
Actions #1

Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/62890

Actions #2

Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/62890

Actions #3

Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/62890

Actions #4

Updated by Gerrit Code Review over 4 years ago

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

Actions #5

Updated by Gerrit Code Review over 4 years ago

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/c/Packages/TYPO3.CMS/+/62922

Actions #6

Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/62922

Actions #7

Updated by NGUYEN Duc Quan over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Daniel Goerz over 4 years ago

  • Related to Task #90137: Improve Feature RST for 90114 added
Actions #9

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF