File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
OpenSignServer/cloud/parsefunction
OpenSign/src/components/dashboard Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const GetDashboard = (props) => {
31
31
< div
32
32
className = { `${
33
33
col ?. widget ?. bgColor ? col . widget . bgColor : "bg-[#2ed8b6]"
34
- } op-card w-full h-[140px] px-3 pt-4 mb-3 shadow-md" `}
34
+ } op-card w-full h-[140px] px-3 pt-4 mb-3 shadow-md`}
35
35
data-tut = { col . widget . data . tourSection }
36
36
>
37
37
< Suspense
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ export default function reportJson(id, userId) {
70
70
'Signers.UserId' ,
71
71
'AuditTrail' ,
72
72
'Placeholders' ,
73
+ 'SignedUrl' ,
73
74
] ,
74
75
} ;
75
76
// In progess report
@@ -106,6 +107,7 @@ export default function reportJson(id, userId) {
106
107
'ExpiryDate' ,
107
108
'SendMail' ,
108
109
'Placeholders' ,
110
+ 'SignedUrl' ,
109
111
] ,
110
112
} ;
111
113
// completed documents report
@@ -137,7 +139,6 @@ export default function reportJson(id, userId) {
137
139
'Placeholders' ,
138
140
] ,
139
141
} ;
140
-
141
142
// declined documents report
142
143
case 'UPr2Fm5WY3' :
143
144
return {
@@ -164,6 +165,7 @@ export default function reportJson(id, userId) {
164
165
'Signers.Phone' ,
165
166
'Placeholders' ,
166
167
'DeclineReason' ,
168
+ 'SignedUrl' ,
167
169
] ,
168
170
} ;
169
171
// Expired Documents report
@@ -195,6 +197,7 @@ export default function reportJson(id, userId) {
195
197
'Signers.Email' ,
196
198
'Signers.Phone' ,
197
199
'Placeholders' ,
200
+ 'SignedUrl' ,
198
201
] ,
199
202
} ;
200
203
// Recently sent for signatures report show on dashboard
@@ -229,6 +232,7 @@ export default function reportJson(id, userId) {
229
232
'AuditTrail.UserPtr' ,
230
233
'ExpiryDate' ,
231
234
'Placeholders' ,
235
+ 'SignedUrl' ,
232
236
] ,
233
237
} ;
234
238
// Recent signature requests report show on dashboard
@@ -267,6 +271,7 @@ export default function reportJson(id, userId) {
267
271
'Signers.Email' ,
268
272
'Signers.Phone' ,
269
273
'Placeholders' ,
274
+ 'SignedUrl' ,
270
275
] ,
271
276
} ;
272
277
// Drafts report show on dashboard
You can’t perform that action at this time.
0 commit comments