Bug #94049
closedNewRecordController does not fetch group label from Extension Configuration when NOT using LLL labels
100%
Description
The NewRecordController
(roughly line number 700+ in method renderNewRecordControls()
) fetches the group label by parsing the LLL identifier and falling back to the title in ext_emconf.php
. However there are cases when no LLL file is used.
The fallback to the title in $ext_emconf.php
should happen in any case, whether a LLL file was used or not. When no LLL identifier was used currently only the extension key is used directly.
To always check ext_emconf.php
is possible because the extension key is derived from the table name anyways. So it can be looked up in any case when no suitable label was found, not just in the case when LLL was used.
Discovered in v9, but true for all later as well.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
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/+/71640
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f2a3f4e031347efd6c7aa8eda06ab73a3a668a72.
Updated by Oliver Hader over 3 years ago
- Related to Bug #95716: TCA title with plain string crashes NewRecordController added