Skip to content

Commit 254025c

Browse files
authored
Merge pull request #1155 from opencrvs/ocrvs-11064-b
feat: add test notes field in custom action form
2 parents 392ed60 + 766ac8d commit 254025c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/form/v2/birth/index.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,18 @@ export const birthEvent = defineConfig({
234234
description: 'This is the confirmation text for the approve action',
235235
id: 'event.birth.action.approve.confirmationText'
236236
},
237-
form: [],
237+
form: [
238+
{
239+
id: 'notes',
240+
type: 'TEXTAREA',
241+
required: true,
242+
label: {
243+
defaultMessage: 'Notes',
244+
description: 'This is the label for the field for a custom action',
245+
id: 'event.birth.custom.action.approve.field.notes.label'
246+
}
247+
}
248+
],
238249
flags: [
239250
{ id: 'approval-required-for-late-registration', operation: 'remove' }
240251
],

src/translations/client.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ advancedSearch.form.deceasedDetails,The title of Deceased details accordion,Dece
2525
advancedSearch.form.eventDetails,The title of event details accordion,Event details,Détails de l'évènement
2626
advancedSearch.form.fatherDetails,The title of Father details accordion,Father details,Information du père
2727
advancedSearch.form.informantDetails,The title informant details form,Informant details,information de l'informateur
28+
event.birth.custom.action.approve.field.notes.label,This is the label for the field for a custom action,Notes,Remarques
2829
advancedSearch.form.motherDetails,The title of Mother details accordion,Mother details,Information de la mère
2930
advancedSearch.form.placeOfRegistration,Label for input Place of registration,Place of registration,Lieu d'enregistrement
3031
advancedSearch.form.placeOfRegistrationHelperText,Helper text for input Place of registration,"Search for a province, district or registration office","Rechercher une province, un district ou un bureau d'enregistrement"

0 commit comments

Comments
 (0)