Project

General

Profile

Actions

Bug #106163

closed

Module title label no longer loaded from module config via slightly invalid "labels" configuration

Added by Benjamin Franzke about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend API
Start date:
2025-02-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Until v13.4.4 the module title could be loaded from a slightly invalid config in Configuration/Backend/Modules.php like:

   'labels' => 'LLL:EXT:myext/Resources/Private/Language/locallang.xlf:my.module.title'],

Although 'labels' is supposed to contain a file reference only (like LLL:EXT:myext/Resources/Private/Language/locallang.xlf) the example above worked because TYPO3 build a language key named LLL:EXT:myext/Resources/Private/Language/locallang.xlf:my.module.title:mlang_tabs_tab where :mlang_tabs_tab then was ignored by the LLL: parser in LanguageService, because it implicitly ignores everything after the the second colon after LLL:EXT:

Actions #1

Updated by Gerrit Code Review about 1 month ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Gerrit Code Review about 1 month ago

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

Actions #3

Updated by Gerrit Code Review about 1 month ago

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

Actions #4

Updated by Gerrit Code Review about 1 month ago

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

Actions #5

Updated by Benjamin Franzke about 1 month ago

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

Also available in: Atom PDF