address: show full address in address text and adapt Vue

This commit is contained in:
2022-02-09 22:21:48 +01:00
parent 1e81256404
commit 90da067fbd
4 changed files with 3 additions and 48 deletions

View File

@@ -124,7 +124,7 @@ class AddressRender implements ChillEntityRenderInterface
*/
public function renderString($addr, array $options): string
{
return implode(' - ', $this->renderLines($addr));
return implode(' ', $this->renderLines($addr));
}
public function supports($entity, array $options): bool