From 3e3784b157e7893ebfed64eaeb8e1d7d4f615107 Mon Sep 17 00:00:00 2001 From: Lupu Gheorghe Date: Wed, 17 Jan 2024 00:58:46 +0200 Subject: [PATCH] fix edit adresa sediu ong --- lang/ro.json | 3 ++- .../js/Pages/AdminOng/Organizations/Edit.vue | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/lang/ro.json b/lang/ro.json index 5af22e81..48f50ea6 100644 --- a/lang/ro.json +++ b/lang/ro.json @@ -176,7 +176,8 @@ "organization_phone_label": "Telefon contact organizație (public)", "organization_contact_person_label": "Persoana de contact", "organization_email_label": "Email contact organizație (public)", - "organization_address_label": "Adresă sediu", + "organization_address_county_label": "Județ", + "organization_address_street_address_label": "Adresă sediu", "address_label": "Strada", "payment_gateway_data": "Date EuPlătesc", "merchant_id": "Merchant ID", diff --git a/resources/js/Pages/AdminOng/Organizations/Edit.vue b/resources/js/Pages/AdminOng/Organizations/Edit.vue index a020b7fa..bf764a1c 100644 --- a/resources/js/Pages/AdminOng/Organizations/Edit.vue +++ b/resources/js/Pages/AdminOng/Organizations/Edit.vue @@ -352,9 +352,8 @@ - + @@ -363,7 +362,6 @@ @action="editField('counties')" @cancel=" organization.counties = originalOrganization.counties; - organization.address = originalOrganization.address; " class="flex justify-end col-span-1" > @@ -378,7 +376,22 @@ multiple /> + + + + + +