From e07a10c179f80988a56435f063ae17462c3295f8 Mon Sep 17 00:00:00 2001 From: Siyasanga Mtshokotsha Date: Thu, 10 Oct 2024 09:31:48 +0200 Subject: [PATCH] Record changes in the CHANGELOG To keep track of changes done on this PR https://github.com/opencrvs/opencrvs-core/issues/6830 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4311c266fa4..5a22ee34320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - Two new statuses of record are added: `Validated` and `Correction Requested` for advanced search parameters [#6365](https://github.com/opencrvs/opencrvs-core/issues/6365) - A new field: `Time Period` is added to advanced search [#6365](https://github.com/opencrvs/opencrvs-core/issues/6365) - Deploy UI-Kit Storybook to [opencrvs.pages.dev](https://opencrvs.pages.dev) to allow extending OpenCRVS using the component library +- 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) ## Bug fixes