Skip to content

Commit

Permalink
Merge branch 'dev' into psp-10042
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr authored Feb 24, 2025
2 parents 435bcf0 + 5f1e206 commit 618425c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/backend/api/Pims.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId>
<Version>5.8.0-100.8</Version>
<Version>5.8.0-100.9</Version>
<AssemblyVersion>5.8.0.100</AssemblyVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>{16BC0468-78F6-4C91-87DA-7403C919E646}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion source/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ export const UpdateLeaseForm: React.FunctionComponent<IUpdateLeaseFormProps> = (
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: () => {
Expand Down

0 comments on commit 618425c

Please sign in to comment.