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
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.4958667",
"@opencrvs/toolkit": "1.8.1-rc.591e5a8",
"@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 @@ -797,6 +797,7 @@ event.action.notAvailableForEvent,Shown when user tries to perform an action tha
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].4958667":
version "1.8.1-rc.4958667"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.8.1-rc.4958667.tgz#a97384f813b2f05c6def224380a507f2336b84a7"
integrity sha512-OZpSEquSi1p5P06iCVHik+uZQbZqcAXMz3s8qVGSMAN1/NAL9B7d3irTeqi7jf1GBMxhXYZzqYP73mfnksVlnQ==
"@opencrvs/[email protected].591e5a8":
version "1.8.1-rc.591e5a8"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-1.8.1-rc.591e5a8.tgz#3c4c1507d047107c18bf215fedf07ed47dfeceeb"
integrity sha512-4QfnfKghyskYmhvkeBkBb6pYkD6bK223RZEmp2PS8qBBP7bV6hcCcgimeY61FLTmHurf5bRZr8rwbk9AQ5je5Q==
dependencies:
"@trpc/client" "11.4.3"
"@trpc/server" "11.4.3"
Expand Down
Loading