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") {
|
||||
return myportal === true
|
||||
? "/fymhorth/achos" +
|
||||
? "/fymhorth/achos/" +
|
||||
item.ticketnumber +
|
||||
"?key=" +
|
||||
currentViewKey +
|
||||
|
||||
Reference in New Issue
Block a user