Bug #96795
closedLocalization Labels used in wrong order in SearchController
100%
Description
Line 481 ff:
if ($pp[0] != $pp[1]) {
$481resultData['titleaddition'] = ', ' . LocalizationUtility::translate('result.page', 'IndexedSearch') . ' ' . $dat['key'];
} else {
$resultData['titleaddition'] = ', ' . LocalizationUtility::translate('result.pages', 'IndexedSearch') . ' ' . $pp[0];
}
As the first condition is the one with several pages ranges is has to be result.pages in line 481 and result page in line 483.
Updated by Oliver Hader almost 3 years ago
- Related to Bug #96796: Wrong addition to title in SearchController added
Updated by Gerrit Code Review over 2 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/+/74369
Updated by Gerrit Code Review over 2 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/+/74369
Updated by Gerrit Code Review over 2 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/+/74459
Updated by Larry Garfield over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a775803daf8d0abe5871193461c9b2ef5f4d08f0.
Updated by Gerrit Code Review over 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 10.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/+/74833
Updated by Larry Garfield over 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 3b0a69999c707b540753ea1a42d239578848e63c.