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:
@@ -235,7 +235,7 @@ const ViewAllResults = (props) => {
|
|||||||
|
|
||||||
if (router.locale === "cy") {
|
if (router.locale === "cy") {
|
||||||
return myportal === true
|
return myportal === true
|
||||||
? "/fymhorth/achos" +
|
? "/fymhorth/achos/" +
|
||||||
item.ticketnumber +
|
item.ticketnumber +
|
||||||
"?key=" +
|
"?key=" +
|
||||||
currentViewKey +
|
currentViewKey +
|
||||||
|
|||||||
Reference in New Issue
Block a user