Bug #96775
closedMissing ViewHelper in Search template
100%
Description
As {searchWord.oper} is uppercase but value for id in XLIFF file is lowercase the f:format.case ViewHelper has to be added to Search template.
Therfore it has to be
<f:translate key="searchFor.{searchWord.oper -> f:format.case(mode: 'lower')}" /> {searchWord.sword}
instead of
<f:translate key="searchFor.{searchWord.oper}" /> {searchWord.sword}
in line 14 in Search.html
Updated by Gerrit Code Review almost 3 years 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/+/73341
Updated by Gerrit Code Review almost 3 years 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/+/73341
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73286
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73286
Updated by Oliver Bartsch almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 51d167ef55210debd8373e707a50c6034a027f16.