mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-09 11:17:39 +02:00
v2.38.0
This commit is contained in:
@@ -18,6 +18,8 @@ export default function reportJson(id, currentUserId) {
|
||||
'Placeholders',
|
||||
'TemplateId',
|
||||
'ExpiryDate',
|
||||
'SenderName',
|
||||
'SenderMail',
|
||||
];
|
||||
const inProgressKeys = [
|
||||
...commanKeys,
|
||||
@@ -25,8 +27,10 @@ export default function reportJson(id, currentUserId) {
|
||||
'SendMail',
|
||||
'RequestBody',
|
||||
'RequestSubject',
|
||||
'EmailEditorType',
|
||||
'ExtUserPtr.TenantId.RequestBody',
|
||||
'ExtUserPtr.TenantId.RequestSubject',
|
||||
'ExtUserPtr.TenantId.EmailEditorType',
|
||||
'DocSentAt',
|
||||
];
|
||||
const filterKeys = [
|
||||
|
||||
Reference in New Issue
Block a user