Merged PR 2555: missing slash in welsh url for case link

missing slash in welsh url for case link

Related work items: #24389
This commit is contained in:
Robert Bond
2026-08-10 13:11:18 +00:00
parent 9e2461305f
commit c2c4690b9b
+1 -1
View File
@@ -235,7 +235,7 @@ const ViewAllResults = (props) => {
if (router.locale === "cy") {
return myportal === true
? "/fymhorth/achos" +
? "/fymhorth/achos/" +
item.ticketnumber +
"?key=" +
currentViewKey +