fix: updated pdf should be downloadable from reports

This commit is contained in:
prafull-opensignlabs
2024-07-23 11:27:37 +05:30
parent e18586887e
commit 65ce0d430c
2 changed files with 7 additions and 2 deletions
@@ -31,7 +31,7 @@ const GetDashboard = (props) => {
<div
className={`${
col?.widget?.bgColor ? col.widget.bgColor : "bg-[#2ed8b6]"
} op-card w-full h-[140px] px-3 pt-4 mb-3 shadow-md"`}
} op-card w-full h-[140px] px-3 pt-4 mb-3 shadow-md`}
data-tut={col.widget.data.tourSection}
>
<Suspense
@@ -70,6 +70,7 @@ export default function reportJson(id, userId) {
'Signers.UserId',
'AuditTrail',
'Placeholders',
'SignedUrl',
],
};
// In progess report
@@ -106,6 +107,7 @@ export default function reportJson(id, userId) {
'ExpiryDate',
'SendMail',
'Placeholders',
'SignedUrl',
],
};
// completed documents report
@@ -137,7 +139,6 @@ export default function reportJson(id, userId) {
'Placeholders',
],
};
// declined documents report
case 'UPr2Fm5WY3':
return {
@@ -164,6 +165,7 @@ export default function reportJson(id, userId) {
'Signers.Phone',
'Placeholders',
'DeclineReason',
'SignedUrl',
],
};
// Expired Documents report
@@ -195,6 +197,7 @@ export default function reportJson(id, userId) {
'Signers.Email',
'Signers.Phone',
'Placeholders',
'SignedUrl',
],
};
// Recently sent for signatures report show on dashboard
@@ -229,6 +232,7 @@ export default function reportJson(id, userId) {
'AuditTrail.UserPtr',
'ExpiryDate',
'Placeholders',
'SignedUrl',
],
};
// Recent signature requests report show on dashboard
@@ -267,6 +271,7 @@ export default function reportJson(id, userId) {
'Signers.Email',
'Signers.Phone',
'Placeholders',
'SignedUrl',
],
};
// Drafts report show on dashboard