updated url for email link

This commit is contained in:
2024-03-25 10:15:38 +00:00
parent 292f28364a
commit a973f94995
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -237,6 +237,23 @@ let BuildSection = (props) => {
"linkExpiry": 10 * 60,
};
console.log(
"/////////////////////////////////",
"returnLink:",
props.props.url +
(router.locale != "en" ? "/cy/fymhorth/" : "/myportal/") +
appTypeCollection.UrlName +
"?lpa=" +
props.appealType.appealLPA +
"&apt=" +
appTypeCollection.appealTypeID +
"&casereference=" +
props.appealType.caseReference.ticketnumber +
"&inid=" +
props.appealType.caseReference.incidentid,
"/////////////////////////////////"
);
sendSavedEmail == true &&
sendEmail(
router.locale != "en" ? templateIdCY : templateId,