Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@hapi/inert": "^6.0.3",
"@opencrvs/toolkit": "1.8.1-rc.a5eecfe",
"@opencrvs/toolkit": "1.8.1-rc.3f946e9",
"@types/chalk": "^2.2.0",
"@types/csv2json": "^1.4.0",
"@types/fhir": "^0.0.30",
Expand Down
2 changes: 2 additions & 0 deletions src/form/tennis-club-membership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ const TENNIS_CLUB_MEMBERSHIP_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -634,6 +635,7 @@ const TENNIS_CLUB_MEMBERSHIP_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
value: 'Member registration older than 30 years'
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
}
],
label: {
defaultMessage: '',
defaultMessage: 'Identity details',
description: 'Title for the data section',
id: 'event.birth.action.certificate.form.section.verifyIdentity.data.label'
},
Expand Down Expand Up @@ -70,7 +70,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
}
],
label: {
defaultMessage: '',
defaultMessage: 'Identity details',
description: 'Title for the data section',
id: 'event.birth.action.certificate.form.section.verifyIdentity.data.label'
},
Expand Down Expand Up @@ -101,7 +101,7 @@ export const printCertificateCollectorIdentityVerify: FieldConfig[] = [
}
],
label: {
defaultMessage: '',
defaultMessage: 'Identity details',
description: 'Title for the data section',
id: 'event.birth.action.certificate.form.section.verifyIdentity.data.label'
},
Expand Down
6 changes: 6 additions & 0 deletions src/form/v2/birth/forms/printForm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -133,6 +134,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
}
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down Expand Up @@ -174,6 +176,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -188,6 +191,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
}
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down Expand Up @@ -221,6 +225,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -235,6 +240,7 @@ export const BIRTH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
}
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down
4 changes: 4 additions & 0 deletions src/form/v2/death/forms/printForm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const DEATH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -137,6 +138,7 @@ export const DEATH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
}
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down Expand Up @@ -170,6 +172,7 @@ export const DEATH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
configuration: {
data: [
{
id: 'service',
label: {
defaultMessage: 'Service',
description: 'Title for the data entry',
Expand All @@ -184,6 +187,7 @@ export const DEATH_CERTIFICATE_COLLECTOR_FORM = defineActionForm({
}
},
{
id: 'fee',
label: {
defaultMessage: 'Fee',
description: 'Title for the data entry',
Expand Down
1 change: 1 addition & 0 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ errors.somethingWentWrong,Error toast message for general errors,Something went
event.action.outbox-retry.label,Label for retry button for outbox,Retry,Réessayer
event.action.review-correction.label,Label for review correction button in dropdown menu,Review,Revoir
event.birth.action.archive.label,Label for archive record button in dropdown menu,Archive,Aarchiver
event.birth.action.certificate.form.section.verifyIdentity.data.label,Label for identity verification data block,"Identity details","Détails de l'identité"
event.birth.action.certificate.form.section.collectPayment.data.label,Title for the data section,Payment details,Détails du paiement
event.birth.action.certificate.form.section.collectPayment.fee.label,Title for the data entry,Fee,Frais
event.birth.action.certificate.form.section.collectPayment.service.label,Title for the data entry,Service,Service
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -834,10 +834,10 @@
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@opencrvs/[email protected].a5eecfe":
version "1.8.1-rc.a5eecfe"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.8.1-rc.a5eecfe.tgz#0aa5f0655c0ed5da8a1be6e0ccb8e3f4eac10e41"
integrity sha512-fynKGOtPmFWPtUcU65IaGrJzzL5i8nOWrli5MTHgRaTyMTZa0xD8sR+J5Ot1R4Ak1V+oMTd5eEPz8sJVx0VplQ==
"@opencrvs/[email protected].3f946e9":
version "1.8.1-rc.3f946e9"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.8.1-rc.3f946e9.tgz#d7d0eef371f2aa2a08b30d8af3d56edcc4acadce"
integrity sha512-7EIiryPpc1EFB1VoJUosMm+tXoUIcrHuHTge6YIqbEEV7VlIjtjvA7YFY0iNOHTxuxZBPJfOWF4IOfsvoY9Rpg==
dependencies:
"@trpc/client" "11.4.3"
"@trpc/server" "11.4.3"
Expand Down
Loading