mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
add createdby param in query of completed documents reports
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user