From 53ba0e3dcb4b3035098275643ba5c067f76e98b9 Mon Sep 17 00:00:00 2001 From: Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:49:24 -0800 Subject: [PATCH 1/2] fix: add withdrawn to status external check on history --- app/components/Analyst/History/HistoryContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Analyst/History/HistoryContent.tsx b/app/components/Analyst/History/HistoryContent.tsx index 1b36e510cf..2ea6df6835 100644 --- a/app/components/Analyst/History/HistoryContent.tsx +++ b/app/components/Analyst/History/HistoryContent.tsx @@ -361,7 +361,7 @@ const HistoryContent = ({ if (tableName === 'application_status') { const isReceived = item === 'received'; - const isExternal = item.includes('applicant_'); + const isExternal = item.includes('applicant_') || item === 'withdrawn'; return (
From 24d4d174b40ae0f1118e640c99bfcb1dbad61ab6 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:55:21 +0000 Subject: [PATCH 2/2] chore: release v1.212.2 --- 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 50715612ea..8ddae00cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.212.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.212.1...v1.212.2) (2024-11-26) + +### Bug Fixes + +- add withdrawn to status external check on history ([53ba0e3](https://github.com/bcgov/CONN-CCBC-portal/commit/53ba0e3dcb4b3035098275643ba5c067f76e98b9)) + ## [1.212.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.212.0...v1.212.1) (2024-11-26) # [1.212.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.211.3...v1.212.0) (2024-11-25) diff --git a/db/sqitch.plan b/db/sqitch.plan index 40fb626f41..5aa71fb3a4 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -741,3 +741,4 @@ computed_columns/cbc_history [computed_columns/cbc_history@1.203.3] 2024-11-13T2 @1.211.3 2024-11-21T16:51:48Z CCBC Service Account # release v1.211.3 @1.212.0 2024-11-25T17:29:01Z CCBC Service Account # release v1.212.0 @1.212.1 2024-11-26T16:42:04Z CCBC Service Account # release v1.212.1 +@1.212.2 2024-11-26T22:55:20Z CCBC Service Account # release v1.212.2 diff --git a/package.json b/package.json index 100833056c..14e6572ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.212.1", + "version": "1.212.2", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",