This repository was archived by the owner on Jan 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Error message does not contain field names #247
Copy link
Copy link
Open
Labels
Added/fixed in devFixed or added in developmentFixed or added in developmentbackendSomething with the backend (api)Something with the backend (api)bugSomething isn't workingSomething isn't working
Description
What version of Node.js are you using?
v12.22.6
What version of npm are you using?
6.14.15
What operating system are you using?
CentOS Linux release 7.9.2009
Describe the Bug
When trying to save a citizen without entering the required fields, we get an error.
The error message specifies the id of the input fields instead of the field name.
Expected Behavior
Displaying the field names instead of the input field id in the error message
To Reproduce
Page: /citizen/create
On the create page, press the create button and get an error:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Added/fixed in devFixed or added in developmentFixed or added in developmentbackendSomething with the backend (api)Something with the backend (api)bugSomething isn't workingSomething isn't working