Fix: Role, type are not visible on placeholder for non-exist contact

This commit is contained in:
prafull-opensignlabs
2024-05-27 20:06:06 +05:30
parent 5bd36f91d9
commit f6ba4db62d
2 changed files with 21 additions and 23 deletions
@@ -75,7 +75,7 @@ export default function reportJson(id, userId) {
reportName: 'In-progress documents',
params: {
Type: { $ne: 'Folder' },
Signers: { $exists: true, $ne: [] },
SignedUrl: { $ne: null },
Placeholders: { $ne: null },
IsCompleted: { $ne: true },
IsDeclined: { $ne: true },
@@ -195,7 +195,7 @@ export default function reportJson(id, userId) {
reportName: 'Recently sent for signatures',
params: {
Type: { $ne: 'Folder' },
Signers: { $exists: true, $ne: [] },
SignedUrl: { $ne: null },
Placeholders: { $ne: null },
IsCompleted: { $ne: true },
IsDeclined: { $ne: true },