From f6ac67b8b1e010e185ac183f950cff8517bcc54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Wed, 20 Mar 2024 11:24:50 +0100 Subject: [PATCH] Fix FLEXIAPI-153 Add phone and email to be changed in the Activity panel --- CHANGELOG.md | 1 + .../resources/views/admin/account/activity/index.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063f5f9..b3f5b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ v1.5 ---- +- Fix FLEXIAPI-153 Add phone and email to be changed in the Activity panel - Fix FLEXIAPI-151 Migrate to hCaptcha - Fix FLEXIAPI-150 Use the same account_id parameter for both API and Web routes - Fix FLEXIAPI-148 Reuse AccountService in the POST /api/accounts admin endpoint diff --git a/flexiapi/resources/views/admin/account/activity/index.blade.php b/flexiapi/resources/views/admin/account/activity/index.blade.php index a66173b..a428e2e 100644 --- a/flexiapi/resources/views/admin/account/activity/index.blade.php +++ b/flexiapi/resources/views/admin/account/activity/index.blade.php @@ -56,7 +56,7 @@ @foreach ($account->phoneChangeCodes as $phoneChangeCode) consumed()) class="disabled crossed" @endif> - **** + {{ $phoneChangeCode->phone }} {{ $phoneChangeCode->created_at }} @@ -85,7 +85,7 @@ @foreach ($account->emailChangeCodes as $emailChangeCode) consumed()) class="disabled crossed" @endif> - **** + {{ $emailChangeCode->email }} {{ $emailChangeCode->created_at }}