From 7081abf320037286854106e70ace09204774f066 Mon Sep 17 00:00:00 2001 From: Michael Clayson Date: Thu, 18 Dec 2025 15:20:47 +0000 Subject: [PATCH 1/3] Update Rule Descriptions --- application/CohortManager/src/Web/app/lib/ruleMapping.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/CohortManager/src/Web/app/lib/ruleMapping.ts b/application/CohortManager/src/Web/app/lib/ruleMapping.ts index 7fe5dc0a8..1e6227e27 100644 --- a/application/CohortManager/src/Web/app/lib/ruleMapping.ts +++ b/application/CohortManager/src/Web/app/lib/ruleMapping.ts @@ -111,6 +111,7 @@ TRA (temporary resident not returned) Please contact the Breast Screening Office (BSO) that submitted the referral and explain why we are unable to add the participant to BS Select. `, reportingId: "CMR98", + portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", }, 97: { ruleDescription: "Missing GP details.", @@ -122,6 +123,7 @@ A request to manually add a participant could not be sent to BS Select as it doe Please check the record. A valid GP code or a dummy GP code must be entered to send the participant to BS Select. `, reportingId: "CMR97", + portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", }, 3601:{ ruleDescription: "GP practice not mapped to a breast screening office (BSO).", @@ -133,6 +135,7 @@ If the GP practice code is correct, it may not be mapped to a BSO because it is Check the GP practice code and add it to the organisational table (BSO-GP mapping table) if needed.`, reportingId: "CMR40", + portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", }, }; From e74fb591a5f969dd9874340aab681f7a9d7f7b46 Mon Sep 17 00:00:00 2001 From: Michael Clayson Date: Thu, 18 Dec 2025 15:25:40 +0000 Subject: [PATCH 2/3] rule mapping fix --- application/CohortManager/src/Web/app/lib/ruleMapping.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/CohortManager/src/Web/app/lib/ruleMapping.ts b/application/CohortManager/src/Web/app/lib/ruleMapping.ts index 1e6227e27..f0a1407a5 100644 --- a/application/CohortManager/src/Web/app/lib/ruleMapping.ts +++ b/application/CohortManager/src/Web/app/lib/ruleMapping.ts @@ -59,7 +59,7 @@ To resolve this, please: check the GP practice details for errors if correct, assign the GP practice to the appropriate BSO in the organisational table (BSO-GP mapping table) `, reportingId: "CMR45", - portalFormTitle: "Raise with Breast Screening Select (BSS)", + portalFormTitle: "Raise with Breast Screening Select second line", }, 49: { ruleDescription: "Interpreter required information is not valid", @@ -111,7 +111,7 @@ TRA (temporary resident not returned) Please contact the Breast Screening Office (BSO) that submitted the referral and explain why we are unable to add the participant to BS Select. `, reportingId: "CMR98", - portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", + portalFormTitle: "Raise with Breast Screening Select second line", }, 97: { ruleDescription: "Missing GP details.", @@ -123,7 +123,7 @@ A request to manually add a participant could not be sent to BS Select as it doe Please check the record. A valid GP code or a dummy GP code must be entered to send the participant to BS Select. `, reportingId: "CMR97", - portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", + portalFormTitle: "Raise with Breast Screening Select second line", }, 3601:{ ruleDescription: "GP practice not mapped to a breast screening office (BSO).", @@ -135,7 +135,7 @@ If the GP practice code is correct, it may not be mapped to a BSO because it is Check the GP practice code and add it to the organisational table (BSO-GP mapping table) if needed.`, reportingId: "CMR40", - portalFormTitle: "Raise with Breast Screening Select second line (CaaS)", + portalFormTitle: "Raise with Breast Screening Select second line", }, }; From 765953e3a1003468eba0de1ae197b1bcd9409641 Mon Sep 17 00:00:00 2001 From: Michael Clayson Date: Thu, 18 Dec 2025 15:36:06 +0000 Subject: [PATCH 3/3] fix e2e test --- .../Web/tests/features/notRaisedExceptionInformation.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature b/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature index ace937290..6d33d6711 100644 --- a/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature +++ b/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature @@ -36,7 +36,7 @@ Feature: Not raised exceptions page Scenario: Check for the portal form used for a BSS exception When I go to the page "/participant-information/2034" Given I see the text "Exception information" - Then I see the text "Portal form: Raise with Breast Screening Select (BSS)" + Then I see the text "Portal form: Raise with Breast Screening Select second line" Scenario: Check for breadcrumb navigation back to Not raised breast screening exceptions page When I go to the page "/participant-information/2032"