From f57f9134ca42071c7e9dd402acc116974a918eb4 Mon Sep 17 00:00:00 2001 From: Marco Villeneuve Date: Mon, 12 Aug 2024 17:23:25 -0700 Subject: [PATCH] Changes for SPED rename --- backend/src/components/studentFilters.js | 2 +- .../common/ViewStudentDetailsComponent.vue | 2 +- .../StepThreeVerifyData.vue | 4 +- .../stepOneUploadData/SummaryComponent.vue | 8 ++-- .../StepThreeVerifyData.vue | 4 +- .../DistrictCollectionTableConfiguration.js | 44 +++++++++---------- frontend/src/utils/sdc/SdcVerifyTabs.js | 2 +- frontend/src/utils/sdc/TableConfiguration.js | 16 +++---- .../utils/sdc/sdcValidationFieldMappings.js | 2 +- 9 files changed, 42 insertions(+), 42 deletions(-) diff --git a/backend/src/components/studentFilters.js b/backend/src/components/studentFilters.js index 95afc4dfb..31da73414 100644 --- a/backend/src/components/studentFilters.js +++ b/backend/src/components/studentFilters.js @@ -346,7 +346,7 @@ function validateSpedCodes(filters = []) { const activeSpedCodes = cacheService.getActiveSpecialEducationCodes(); if (filters.length > 0) { if (filters.every(value => activeSpedCodes.includes(code => value === code.specialEducationCategoryCode))) { - log.error('Invalid special education filter.'); + log.error('Invalid inclusive education filter.'); throw new Error('400'); } } diff --git a/frontend/src/components/common/ViewStudentDetailsComponent.vue b/frontend/src/components/common/ViewStudentDetailsComponent.vue index 96f03644d..67dd740c4 100644 --- a/frontend/src/components/common/ViewStudentDetailsComponent.vue +++ b/frontend/src/components/common/ViewStudentDetailsComponent.vue @@ -187,7 +187,7 @@ export default { //sped row let spedRow = {}; - spedRow.program = 'Special Education'; + spedRow.program = 'Inclusive Education'; spedRow.fundingEligible = this.studentForEdit?.specialEducationNonEligReasonCode !== null ? 'No': 'Yes'; spedRow.nonEligibilityReason = this.getProgramEligibiltyTypeCodesDescription(this.studentForEdit?.specialEducationNonEligReasonCode); diff --git a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue index 56febb1d7..4cc2e5266 100644 --- a/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue +++ b/frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue @@ -89,12 +89,12 @@ /> - +