Bug #106163
closedModule title label no longer loaded from module config via slightly invalid "labels" configuration
100%
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:
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
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
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
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
Updated by Benjamin Franzke about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf4d0bbb58dc8d492c9fc48d7242bd4215177c96.