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')
{{ __('You are going to permanently delete the following element. Please confirm your action.') }}
+{{ $contact->identifier }}
+