Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update system user form fields (#289)
* Remove NID field from the user details form Remove the question that asks the user for a national ID number in the User details form as it is not required opencrvs/opencrvs-core#6830 * Add back the NID field translations The tranlation also get used views/form.ts file which is a different form config file opencrvs/opencrvs-core#6830 * Record changes for this PR in the CHANGELOG opencrvs/opencrvs-core#6830 * Rename firstNameEN to userFirstName in client.csv Since the object was to remove the EN suffix, doing that for this key would conflict with the already existing 'form.field.label.firstName' so to differentiate, I opted to use 'form.field.label.userFirstName' to associate it with the user form opencrvs/opencrvs-core#6830 --------- Co-authored-by: Siyasanga Mtshokotsha <[email protected]> Co-authored-by: Siyasanga Mtshokotsha <[email protected]>
- Loading branch information