diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5173dc8..3fd18a94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.182.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.182.0...v1.182.1) (2024-08-22) + # [1.182.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.181.2...v1.182.0) (2024-08-22) ### Features diff --git a/app/formSchema/pages/benefits.ts b/app/formSchema/pages/benefits.ts index c675e8ccb..5a2f70c73 100644 --- a/app/formSchema/pages/benefits.ts +++ b/app/formSchema/pages/benefits.ts @@ -17,13 +17,13 @@ const benefits: Record = { }, numberOfHouseholds: { title: - 'Final number of Eligible Households targeted by this proposal. This value should match cell F151 in Template 1 – Eligibility Summary.', + 'Final number of Eligible Households targeted by this proposal is auto-filled from Template 1 cell F151 in the Eligibility Summary, including all related RFIs.', type: 'number', maximum: 100000, }, householdsImpactedIndigenous: { title: - 'Number of households on Indigenous lands impacted by this proposal. This value should match cell G55 in Template 1 – Eligibility Summary.', + 'Number of households on Indigenous lands impacted by this proposal is auto-filled from Template 1 cell G55 in the Eligibility Summary, including all related RFIs.', type: 'number', maximum: 100000, }, diff --git a/app/formSchema/pages/budgetDetails.ts b/app/formSchema/pages/budgetDetails.ts index 0fd60c166..0fbc01d83 100644 --- a/app/formSchema/pages/budgetDetails.ts +++ b/app/formSchema/pages/budgetDetails.ts @@ -11,11 +11,12 @@ const budgetDetails: Record = { totalEligibleCosts: { title: `The Applicant must complete and upload the appropriate templates related to the Project Budget details in the Template Uploads section. Values here must match values in Template 2 - Detailed Budget. - Total eligible costs (Template 2 - cell H27)`, + Total eligible costs is auto-filled from Template 2 - cell H27 in the Detailed Budget, including all related RFIs.`, type: 'number', }, totalProjectCost: { - title: 'Total project cost (Template 2 - cell H28)', + title: + 'Total project costs is auto-filled from Template 2 - cell H28 in the Detailed Budget, including all related RFIs.', type: 'number', }, }, diff --git a/app/tests/components/Review/ReviewTheme.ts b/app/tests/components/Review/ReviewTheme.ts index 129f820fa..b9412afbd 100644 --- a/app/tests/components/Review/ReviewTheme.ts +++ b/app/tests/components/Review/ReviewTheme.ts @@ -211,7 +211,9 @@ const sharedReviewThemeTests = (renderTest) => { ); const errorCell = section - .getByText('Total project cost (Template 2 - cell H28)') + .getByText( + 'Total project costs is auto-filled from Template 2 - cell H28 in the Detailed Budget, including all related RFIs.' + ) .closest('tr') .getElementsByTagName('td')[0]; diff --git a/db/sqitch.plan b/db/sqitch.plan index aadb4a93d..56ede4cfa 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -639,3 +639,4 @@ tables/cbc_add_fk_update_constraint 2024-07-11T20:32:11Z Rafael Solorzano <61289 @1.181.1 2024-08-22T14:38:05Z CCBC Service Account # release v1.181.1 @1.181.2 2024-08-22T16:09:35Z CCBC Service Account # release v1.181.2 @1.182.0 2024-08-22T16:48:01Z CCBC Service Account # release v1.182.0 +@1.182.1 2024-08-22T17:30:53Z CCBC Service Account # release v1.182.1 diff --git a/package.json b/package.json index 8a2abac84..550065944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.182.0", + "version": "1.182.1", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",