feat: add share with functionality of template

This commit is contained in:
prafull-opensignlabs
2024-07-02 20:54:30 +05:30
parent 832e5c2181
commit 8a2960511c
4 changed files with 182 additions and 9 deletions
@@ -318,11 +318,6 @@ export default function reportJson(id, userId) {
params: {
Type: { $ne: 'Folder' },
IsArchive: { $ne: true },
CreatedBy: {
__type: 'Pointer',
className: '_User',
objectId: currentUserId,
},
},
keys: [
'Name',
@@ -335,6 +330,7 @@ export default function reportJson(id, userId) {
'Signers.Phone',
'Placeholders',
'IsPublic',
'SharedWith.Name',
],
};
default: