diff --git a/apps/OpenSign/src/primitives/GetReportDisplay.js b/apps/OpenSign/src/primitives/GetReportDisplay.js
index 5f7dd97e1..15ebfcde1 100644
--- a/apps/OpenSign/src/primitives/GetReportDisplay.js
+++ b/apps/OpenSign/src/primitives/GetReportDisplay.js
@@ -69,6 +69,7 @@ const ReportTable = (props) => {
const [publicUserName, setIsPublicUserName] = useState("");
const [isViewShare, setIsViewShare] = useState({});
const [isSubscribe, setIsSubscribe] = useState(true);
+ const [isModal, setIsModal] = useState({});
const [reason, setReason] = useState("");
const Extand_Class = localStorage.getItem("Extand_Class");
const extClass = Extand_Class && JSON.parse(Extand_Class);
@@ -1128,7 +1129,12 @@ const ReportTable = (props) => {
{isCelebration && (
-
+
)}
{isAlert &&
{alertMsg.message}}
@@ -1288,9 +1294,55 @@ const ReportTable = (props) => {
{item?.URL ? t("download") : "-"}
-
- {formatRow(item?.ExtUserPtr)}
- |
+ {props.ReportName === "In-progress documents" ? (
+
+
+ {isModal[item.objectId] && (
+ setIsModal({})}
+ >
+ {item?.AuditTrail?.map((x, i) => (
+
+
+ {x?.UserPtr?.Email || "-"}
+
+
+
+ {x?.Activity === "Signed"
+ ? new Date(x?.SignedOn)?.toUTCString()
+ : new Date(
+ x?.ViewedOn
+ )?.toUTCString() || "-"}
+
+
+ ))}
+
+ )}
+ |
+ ) : (
+
+ {formatRow(item?.ExtUserPtr)}
+ |
+ )}
{!item?.IsSignyourself && item?.Placeholders ? (
|