Adjust organization address fields and brighten FilePond preview

This commit is contained in:
Jürgen Mummert
2026-03-01 12:00:46 +01:00
parent 3176e6e414
commit 84a6f118dc
5 changed files with 23 additions and 6 deletions
@@ -70,10 +70,9 @@ class OrganizationEditController extends AbstractFrontendModuleController
$formData = [
'title' => (string) ($organization['title'] ?? ''),
'street' => (string) ($organization['street'] ?? ''),
'street2' => (string) ($organization['street2'] ?? ''),
'postal' => (string) ($organization['postal'] ?? ''),
'city' => (string) ($organization['city'] ?? ''),
'state' => (string) ($organization['state'] ?? ''),
'country' => (string) ($organization['country'] ?? ''),
'phone' => (string) ($organization['phone'] ?? ''),
'email' => (string) ($organization['email'] ?? ''),
'website' => (string) ($organization['website'] ?? ''),