From c2c4690b9b7098cacac15b47783d4ef9c73da1ce Mon Sep 17 00:00:00 2001 From: Robert Bond Date: Mon, 10 Aug 2026 13:11:18 +0000 Subject: [PATCH] Merged PR 2555: missing slash in welsh url for case link missing slash in welsh url for case link Related work items: #24389 --- components/myportal/viewall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/myportal/viewall.js b/components/myportal/viewall.js index 12b9c1ec..f9ca297a 100644 --- a/components/myportal/viewall.js +++ b/components/myportal/viewall.js @@ -235,7 +235,7 @@ const ViewAllResults = (props) => { if (router.locale === "cy") { return myportal === true - ? "/fymhorth/achos" + + ? "/fymhorth/achos/" + item.ticketnumber + "?key=" + currentViewKey +