From 45cc048728d1b4bac196e6f4c299ac9f25b53dd7 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Fri, 1 Nov 2024 15:21:16 -0700 Subject: [PATCH 1/5] fix: broken expansion panels in printable view --- .../src/components/SummaryDeclaration.vue | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/SummaryDeclaration.vue b/frontend/src/components/SummaryDeclaration.vue index ec12b1b5d..725997a5b 100644 --- a/frontend/src/components/SummaryDeclaration.vue +++ b/frontend/src/components/SummaryDeclaration.vue @@ -76,7 +76,7 @@ Summary - +
- +
- + - +
- + - + - + - + - +
- + { - console.log(this.$refs['v-expansion-panels']); const keys = Object.keys(this.payload); console.log('calling after 1 second'); //If this is a change request, we'll have 2 items in the payload. @@ -817,9 +813,17 @@ export default { this.updateNavBarStatus(formObj, isComplete); }, expandAllPanels() { - for (let i = 0; i < this.numberOfPanelsToExpand; i++) { - this.expand.push(i); - } + this.expand = [ + 'organization-summary', + 'facility-information', + 'ccof-summary', + 'ccfri-summary', + 'rfi-summary', + 'nmf-summary', + 'ecewe-summary-a', + 'ecewe-summary-b', + 'uploaded-documents-summary', + ]; }, updateNavBarStatus(formObj, isComplete) { if (formObj && !this.isReadOnly) { From d4bea92c8e52a645c876712e1347937e1ddb8859 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Fri, 1 Nov 2024 15:21:36 -0700 Subject: [PATCH 2/5] fix: ul padding & margin --- frontend/src/components/SummaryDeclaration.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SummaryDeclaration.vue b/frontend/src/components/SummaryDeclaration.vue index 725997a5b..776d999a1 100644 --- a/frontend/src/components/SummaryDeclaration.vue +++ b/frontend/src/components/SummaryDeclaration.vue @@ -242,7 +242,7 @@ I hereby confirm that the information I have provided in this application is complete and accurate. I certify that I have read and understand the following requirements:

-
    +
    • Each facility must be licensed under the Community Care and Assisted Living Act;
    • Each facility must be in compliance with the Community Care and Assisted Living Act and Child Care From 545c7cae429692354da2d8887fd816258fac4e7f Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Fri, 1 Nov 2024 16:53:53 -0700 Subject: [PATCH 3/5] fix: printable expansion panels in change request --- .../SummaryDeclarationChangeRequest.vue | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue index 1a725246a..4472e6f03 100644 --- a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue +++ b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue @@ -82,7 +82,12 @@ > - +
      - +

      Facility Name

      @@ -120,7 +125,7 @@
      - + - + Date: Mon, 4 Nov 2024 09:41:31 -0800 Subject: [PATCH 4/5] fix: name attr should be value --- .../requestChanges/SummaryDeclarationChangeRequest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue index 4472e6f03..4ab0f420c 100644 --- a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue +++ b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue @@ -137,7 +137,7 @@ Date: Mon, 4 Nov 2024 12:01:20 -0800 Subject: [PATCH 5/5] fix: dead code --- .../requestChanges/SummaryDeclarationChangeRequest.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue index 4ab0f420c..57451d814 100644 --- a/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue +++ b/frontend/src/components/requestChanges/SummaryDeclarationChangeRequest.vue @@ -72,7 +72,6 @@