From 514ba3cc7bcd085a36c9e573713a8bd4d4403706 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Mon, 24 Feb 2025 11:21:24 -0700 Subject: [PATCH 1/2] PSP-10051 : FT:Lease&License: Acknowledgement modal verbiage is populating incorrectly (#4665) Co-authored-by: Herrera --- .../leases/detail/LeasePages/details/UpdateLeaseForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/frontend/src/features/leases/detail/LeasePages/details/UpdateLeaseForm.tsx b/source/frontend/src/features/leases/detail/LeasePages/details/UpdateLeaseForm.tsx index ad92493415..3d16f712f1 100644 --- a/source/frontend/src/features/leases/detail/LeasePages/details/UpdateLeaseForm.tsx +++ b/source/frontend/src/features/leases/detail/LeasePages/details/UpdateLeaseForm.tsx @@ -36,11 +36,10 @@ export const UpdateLeaseForm: React.FunctionComponent = ( setModalContent({ title: 'Acknowledgement', variant: 'warning', - message: `You've marked this status file as a duplicate. If you save it, you'll still see it in the management table. - + message: `Selecting the Duplicate file status will hide the file within the Property Information, PIMS Files tab. The file will remain searchable in the Manage Lease/Licence Files advanced search. Please ensure that all related documents and notes are moved to the active file. - Do you want to acknowledge and proceed?`, + Do you want to proceed?`, okButtonText: 'Yes', cancelButtonText: 'No', handleCancel: () => { From 5f1e206086c523a2e82b33f9acfcac90ae164283 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:21:50 +0000 Subject: [PATCH 2/2] CI: Bump version to v5.8.0-100.9 --- source/backend/api/Pims.Api.csproj | 2 +- source/frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/backend/api/Pims.Api.csproj b/source/backend/api/Pims.Api.csproj index 62b6147d64..f8b5013413 100644 --- a/source/backend/api/Pims.Api.csproj +++ b/source/backend/api/Pims.Api.csproj @@ -2,7 +2,7 @@ 0ef6255f-9ea0-49ec-8c65-c172304b4926 - 5.8.0-100.8 + 5.8.0-100.9 5.8.0.100 true {16BC0468-78F6-4C91-87DA-7403C919E646} diff --git a/source/frontend/package.json b/source/frontend/package.json index 9a36efab2a..d1ad46d20a 100644 --- a/source/frontend/package.json +++ b/source/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.8.0-100.8", + "version": "5.8.0-100.9", "private": true, "dependencies": { "@bcgov/bc-sans": "1.0.1",