Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/form/v2/birth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,18 @@ export const birthEvent = defineConfig({
description: 'This is the confirmation text for the approve action',
id: 'event.birth.action.approve.confirmationText'
},
form: [],
form: [
{
id: 'notes',
type: 'TEXTAREA',
required: true,
label: {
defaultMessage: 'Notes',
description: 'This is the label for the field for a custom action',
id: 'event.birth.custom.action.approve.field.notes.label'
}
}
],
flags: [
{ id: 'approval-required-for-late-registration', operation: 'remove' }
],
Expand Down
1 change: 1 addition & 0 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ advancedSearch.form.deceasedDetails,The title of Deceased details accordion,Dece
advancedSearch.form.eventDetails,The title of event details accordion,Event details,Détails de l'évènement
advancedSearch.form.fatherDetails,The title of Father details accordion,Father details,Information du père
advancedSearch.form.informantDetails,The title informant details form,Informant details,information de l'informateur
event.birth.custom.action.approve.field.notes.label,This is the label for the field for a custom action,Notes,Remarques
advancedSearch.form.motherDetails,The title of Mother details accordion,Mother details,Information de la mère
advancedSearch.form.placeOfRegistration,Label for input Place of registration,Place of registration,Lieu d'enregistrement
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"
Expand Down
Loading