From b66f9293641d606c0b805e45b0c3a5ec2139e38d Mon Sep 17 00:00:00 2001 From: Siyasanga Date: Wed, 30 Oct 2024 13:48:47 +0200 Subject: [PATCH] Record changes in the CHANGELOG for this PR https://github.com/opencrvs/opencrvs-core/issues/6830 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a3a1628c9..41583654633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Breaking changes -- **Dashboard:** Changes made to the dashboard configuration will reset after upgrading OpenCRVS. +- **Dashboard:** Changes made to the dashboard configuration will reset after upgrading OpenCRVS. ## Improvements @@ -27,6 +27,7 @@ - Record audit action buttons are moved into action menu [#7390](https://github.com/opencrvs/opencrvs-core/issues/7390) - Reoder the sytem user add/edit field for surname to be first, also change labels from `Last name` to `User's surname` and lastly remove the NID question from the form [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830) - Auth now allows registrar's token to be exchanged for a new token that strictly allows confirming or rejecting a specific record. Core now passes this token to country configuration instead of the registrar's token [#7728](https://github.com/opencrvs/opencrvs-core/issues/7728) [#7849](https://github.com/opencrvs/opencrvs-core/issues/7849) +- Allow countries to customise the format of the full name in the sytem for `sytem users` and `citizens` e.g `{LastName} {MiddleName} {Firstname}`, in any case where one of the name is not provided e.g no `MiddleName`, we'll simply render e.g `{LastName} {FirstName}` without any extra spaces if that's the order set in `country-config`. [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830) ## Bug fixes