From 798ac4f6a7d5d86a8241e855d946e5c13f466170 Mon Sep 17 00:00:00 2001 From: R Ranathunga Date: Fri, 30 Aug 2024 09:52:17 -0700 Subject: [PATCH 1/2] fix: dollar sign on hh count in history --- app/formSchema/uiSchema/history/application.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app/formSchema/uiSchema/history/application.ts b/app/formSchema/uiSchema/history/application.ts index 6b158fecd4..00ffa3976b 100644 --- a/app/formSchema/uiSchema/history/application.ts +++ b/app/formSchema/uiSchema/history/application.ts @@ -105,7 +105,21 @@ const applicationDiffSchema = { acknowledgements: { ...acknowledgements.acknowledgements }, alternateContact: { ...alternateContact.alternateContact }, authorizedContact: { ...authorizedContact.authorizedContact }, - benefits: { ...benefits.benefits }, + benefits: { + ...benefits.benefits, + properties: { + ...benefits.benefits.properties, + numberOfHouseholds: { + ...(benefits.benefits.properties.numberOfHouseholds as Object), + type: 'string', + }, + householdsImpactedIndigenous: { + ...(benefits.benefits.properties + .householdsImpactedIndigenous as Object), + type: 'string', + }, + }, + }, budgetDetails: { ...budgetDetails.budgetDetails }, projectInformation: { ...projectInformation.projectInformation }, contactInformation: { ...contactInformation.contactInformation }, From 6a7cb135ca6755f544f0514d1c42227d11de7201 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:29:59 +0000 Subject: [PATCH 2/2] chore: release v1.190.3 --- CHANGELOG.md | 6 ++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2687e13ac7..38533f0c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.190.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.2...v1.190.3) (2024-09-04) + +### Bug Fixes + +- dollar sign on hh count in history ([798ac4f](https://github.com/bcgov/CONN-CCBC-portal/commit/798ac4f6a7d5d86a8241e855d946e5c13f466170)) + ## [1.190.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.1...v1.190.2) (2024-09-04) ## [1.190.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.0...v1.190.1) (2024-09-04) diff --git a/db/sqitch.plan b/db/sqitch.plan index c6c26c895f..7aef219057 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -660,3 +660,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S @1.190.0 2024-09-04T19:57:18Z CCBC Service Account # release v1.190.0 @1.190.1 2024-09-04T20:58:06Z CCBC Service Account # release v1.190.1 @1.190.2 2024-09-04T21:14:02Z CCBC Service Account # release v1.190.2 +@1.190.3 2024-09-04T21:29:58Z CCBC Service Account # release v1.190.3 diff --git a/package.json b/package.json index 6b589f1656..3cec9fb686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.190.2", + "version": "1.190.3", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",