From cf7654127bcfebb45dc1102bd78d2987b3a988d1 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Wed, 22 Jan 2025 10:00:22 +0000 Subject: [PATCH 1/3] uat defect 61 lang pref for agent --- components/newappeal/aboutyou.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/components/newappeal/aboutyou.js b/components/newappeal/aboutyou.js index 6a4ae58c..f2c1d6d7 100644 --- a/components/newappeal/aboutyou.js +++ b/components/newappeal/aboutyou.js @@ -733,6 +733,18 @@ let AboutYou = (props) => { "newappeal:about-you-appellant-contact-details-phone-label" )} /> +

{t("newappeal:about-you-agent-contact-details")}

{" "} @@ -819,13 +831,13 @@ let AboutYou = (props) => { )} /> Date: Wed, 22 Jan 2025 12:35:35 +0000 Subject: [PATCH 2/3] enf defect 22 --- locales/cy/myrepresentations.json | 2 +- locales/en/myrepresentations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/cy/myrepresentations.json b/locales/cy/myrepresentations.json index 5a6e4fd8..2c51b52b 100644 --- a/locales/cy/myrepresentations.json +++ b/locales/cy/myrepresentations.json @@ -229,5 +229,5 @@ "is-required-label": "Yn ofynnol", "select-a-date-label": "Dewiswch ddyddiad", "questionnaire-evidence-label": "Tystiolaeth", - "questionnaire-hint-para": "Cwblhewch yr Holiadur sy'n dilyn. Os oes angen atodi dogfennau mewn ymateb i unrhyw gwestiynau, gallwch eu huwchlwytho yn y cam 'Ychwanegu ffeiliau'." + "questionnaire-hint-para": "Cwblhewch yr Holiadur canlynol. Os oes angen atodi dogfennau mewn ymateb i unrhyw gwestiynau, gallwch eu huwchlwytho yn y cam 'Ychwanegu eich ffeiliau'." } \ No newline at end of file diff --git a/locales/en/myrepresentations.json b/locales/en/myrepresentations.json index dad58c6c..99f6763a 100644 --- a/locales/en/myrepresentations.json +++ b/locales/en/myrepresentations.json @@ -229,5 +229,5 @@ "is-required-label": "Is required", "select-a-date-label": "Select a date", "questionnaire-evidence-label": "Evidence", - "questionnaire-hint-para": "Please complete the follwoing Questionnaire. If you need to attach documents in response to any questions, you can upload them in the 'Add you files' step." + "questionnaire-hint-para": "Please complete the following Questionnaire. If you need to attach documents in response to any questions, you can upload them in the 'Add your files' step." } \ No newline at end of file From dd72fb7a402855ec3292b99a1157460943e25352 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Thu, 23 Jan 2025 07:44:17 +0000 Subject: [PATCH 3/3] enf defect 24 --- ...esentationLPAQuestionnaireCheck_enforcement.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js index 6236ba0c..a87db35a 100644 --- a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js +++ b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js @@ -54,14 +54,23 @@ let RepLPAQuestionnaireCheck_enforcement = (props) => { - {repFormData.representationOnBehalfOf == "Yes" && ( + + {(repFormData.procedureType == "Hearing" || + repFormData.procedureType == "Inquiry") && (
- {t("case:representation-onbehalfof-details")} + {t( + "myrepresentations:questionnaire-evidence-label" + )}
- {repFormData.representationOnBehalfOf_details} +