add createdby param in query of completed documents reports

This commit is contained in:
prafull-opensignlabs
2023-11-01 18:40:27 +05:30
parent 9a707780f7
commit 5d4cac8112
+5
View File
@@ -144,6 +144,11 @@ export default function reportJson(id) {
params: {
Type: null,
IsCompleted: true,
CreatedBy: {
__type: "Pointer",
className: "_User",
objectId: currentUserId
},
$or: [{ IsDeclined: null }, { IsDeclined: false }]
},
keys: [