From 3244914c2f6d82948d469b96fce2bd5f177bc1ba Mon Sep 17 00:00:00 2001 From: Maria Martinez Date: Mon, 15 Jan 2024 21:10:38 -0800 Subject: [PATCH 1/2] FSADT1-1138 --- .../src/main/java/ca/bc/gov/app/ApplicationConstant.java | 2 +- frontend/src/pages/SubmissionReviewPage.vue | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/backend/src/main/java/ca/bc/gov/app/ApplicationConstant.java b/backend/src/main/java/ca/bc/gov/app/ApplicationConstant.java index b097d6774c..84db79eec2 100644 --- a/backend/src/main/java/ca/bc/gov/app/ApplicationConstant.java +++ b/backend/src/main/java/ca/bc/gov/app/ApplicationConstant.java @@ -40,7 +40,7 @@ public final class ApplicationConstant { s.submission_date, s.update_timestamp, s.update_user, - btc.description as business_type, + btc.business_type_code as business_type, sd.incorporation_number, sd.client_number, sd.organization_name, diff --git a/frontend/src/pages/SubmissionReviewPage.vue b/frontend/src/pages/SubmissionReviewPage.vue index 198e8803d0..ea860e90e5 100644 --- a/frontend/src/pages/SubmissionReviewPage.vue +++ b/frontend/src/pages/SubmissionReviewPage.vue @@ -243,7 +243,12 @@ const matchingData = computed(() => { kind="info" title="This submission was automatically approved by the system" > -
No matching client records or BC Registries standing issues were found. Review the details in the read-only version below.
+
+ No matching client records or BC Registries standing issues were found. Review the details in the read-only version below. +
+
+ No matching client records were found. Review the details in the read-only version below. +
{ - \ No newline at end of file + From f66dc976a5520831bf2be1889a1b309d432d288d Mon Sep 17 00:00:00 2001 From: Maria Martinez Date: Mon, 15 Jan 2024 21:10:52 -0800 Subject: [PATCH 2/2] Made code reviews --- frontend/src/pages/SubmissionReviewPage.vue | 284 +++++++++++--------- 1 file changed, 153 insertions(+), 131 deletions(-) diff --git a/frontend/src/pages/SubmissionReviewPage.vue b/frontend/src/pages/SubmissionReviewPage.vue index ea860e90e5..3440c46b52 100644 --- a/frontend/src/pages/SubmissionReviewPage.vue +++ b/frontend/src/pages/SubmissionReviewPage.vue @@ -1,129 +1,149 @@