Bug #91061
closedLocallang file not properly used for TCA type select items in 9.5.15
0%
Description
When setting items for a select field the labels via locallang file are not displayed but instead the path to the language file with key.
TCA configuration:
... 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', 'items' => [ ['LLL:EXT:my_extension/Resources/Private/Language/locallang_db.xlf:item.0', 0], ['LLL:EXT:my_extension/Resources/Private/Language/locallang_db.xlf:item.1', 1], ...
Expected behaviour: display language entries in select (My entry one, My entry two)
Actual behaviour: displaying paths to language file (LLL:EXT:my_extension/Resources/Private/Language/locallang_db.xlf:item.0, LLL:EXT:my_extension/Resources/Private/Language/locallang_db.xlf:item.1)
This happens in TYPO3 9.5.15 not in 9.5.14
Updated by Georg Ringer over 4 years ago
- Status changed from New to Needs Feedback
I can't really reproduce that nor did we recieve any issues about that particular problem.
If you check out e.g. the field fe_group
from table pages
, this all works fine.
Can you retest on a clean installation or do a git bisect to find the problem you have?
Updated by Thomas Pronold over 4 years ago
Cannot confirm, a quick test on fresh 9.5.15 worked for me.
Updated by Stefan Terborg over 4 years ago
I tested on another installation without this failure. So may be some other issue or no issue at all. I have to test further.
Please close this issue.
Sorry for any inconviniences.
Updated by Riccardo De Contardi over 4 years ago
- Status changed from Needs Feedback to Closed
@Stefan Terborg thank you for your kind and quick reply; I close this issue for now.
If you think that this is the wrong decision or I have misunderstood, or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one.
Thanks.