From dcb071b5bc2cb0246b0b290f4e953198839ed67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 15 Jul 2025 11:53:47 +0200 Subject: [PATCH] Fix FLEXIAPI-354 Fix contact deletion --- CHANGELOG.md | 1 + .../views/admin/account/contact/delete.blade.php | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c0d6b..748c514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ v2.0 - Fix FLEXIAPI-352 Add missing errors box in the password change form - Fix FLEXIAPI-356 Cleanup and reorganize the pipeline to mutualize some things and save time - Fix FLEXIAPI-355 Add withoutGlobalScope() to the Account ContactVcardList resolver +- Fix FLEXIAPI-354 Fix contact deletion v1.6 ---- diff --git a/flexiapi/resources/views/admin/account/contact/delete.blade.php b/flexiapi/resources/views/admin/account/contact/delete.blade.php index 151595a..4dadb0b 100644 --- a/flexiapi/resources/views/admin/account/contact/delete.blade.php +++ b/flexiapi/resources/views/admin/account/contact/delete.blade.php @@ -12,15 +12,15 @@ @section('content')

{{ __('Delete') }}

+
+

{{ __('You are going to permanently delete the following element. Please confirm your action.') }}

+

{{ $contact->identifier }}

+
+
@csrf @method('delete') -
-

{{ $device->user_agent }}

-

{{ $contact->identifier }}

-
-