From 9d98e466eb9b24880fabea9bf85f2464fbb73d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 8 Jul 2025 17:08:28 +0200 Subject: [PATCH] Fix FLEXIAPI-352 Add missing errors box in the password change form --- CHANGELOG.md | 1 + flexiapi/resources/views/account/password.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdc6c2..9ede4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ v2.0 - Fix FLEXIAPI-346 Complete the supporting text for the provisioning ini field - Fix FLEXIAPI-350 Fix wrongly assigned variables in some views - Fix FLEXIAPI-351 Fix import of CSV generated on Windows +- Fix FLEXIAPI-352 Add missing errors box in the password change form v1.6 ---- diff --git a/flexiapi/resources/views/account/password.blade.php b/flexiapi/resources/views/account/password.blade.php index c9c68d4..9b9401a 100644 --- a/flexiapi/resources/views/account/password.blade.php +++ b/flexiapi/resources/views/account/password.blade.php @@ -22,6 +22,7 @@
+ @include('parts.errors', ['name' => 'password'])