Actions
Task #100556
closedCorrect method call in CountryProvider example
Start date:
2023-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In
$france = $countryProvider->getByName('France');
should be
$france = $countryProvider->getByEnglishName('France');
Updated by Chris Müller over 1 year ago
- Related to Feature #99618: TYPO3 should have a list of all countries and their localized names added
Updated by Gerrit Code Review over 1 year 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/+/78570
Updated by Chris Müller over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2cc63340b55ea05afabbb957096fdf304bcd985e.
Actions