Skip to content

Commit

Permalink
UCEM-1009 : updated the redirection url made dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulika-eGov committed Nov 27, 2024
1 parent 23eeb4f commit 32e4511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const transformViewDataToApplicationDetails = async (t, data, tenantId) => {
title: "EXP_BENEFICIARY_DETAILS",
asSectionHeader: true,
values: [
{ title: "ES_COMMON_MUSTER_ROLL_ID", value: musterRollNum || t("ES_COMMON_NA"), isLink : true, to : '/works-ui/employee/attendencemgmt/view-attendance?tenantId=od.testing&musterRollNumber=MR/2024-25/09/24/000957'},
{ title: "ES_COMMON_MUSTER_ROLL_ID", value: musterRollNum || t("ES_COMMON_NA"), isLink : true, to : `/works-ui/employee/attendencemgmt/view-attendance?tenantId=${tenantId}&musterRollNumber=${musterRollNum}`},
{ title: "ES_COMMON_MUSTER_ROLL_PERIOD", value: `${Digit.DateUtils.ConvertTimestampToDate(musterRoll?.startDate, 'dd/MM/yyyy')} - ${Digit.DateUtils.ConvertTimestampToDate(musterRoll?.endDate, 'dd/MM/yyyy')}` || t("ES_COMMON_NA") }
],
additionalDetails : {
Expand Down

0 comments on commit 32e4511

Please sign in to comment.