WIP: Implement frontend
This commit is contained in:
@@ -28,7 +28,7 @@ class BpnCountryChoiceLoader implements ChoiceLoaderInterface
|
||||
|
||||
foreach ($countries as $country) {
|
||||
$key = 'nationality' === $this->property ? $country->getNationality() : $country->getName();
|
||||
$choices[$key] = $country->getId();
|
||||
$choices[$key] = $country->getToken();
|
||||
}
|
||||
|
||||
return new ArrayChoiceList($choices);
|
||||
|
||||
Reference in New Issue
Block a user