mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
fix: notify on signatures not working in public template
This commit is contained in:
@@ -74,6 +74,9 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
|
||||
if (template?.SignatureType?.length > 0) {
|
||||
object.set('SignatureType', template?.SignatureType);
|
||||
}
|
||||
if (template?.NotifyOnSignatures) {
|
||||
object.set('NotifyOnSignatures', template?.NotifyOnSignatures);
|
||||
}
|
||||
let signers = template?.Signers || [];
|
||||
const signerobj = {
|
||||
__type: 'Pointer',
|
||||
|
||||
Reference in New Issue
Block a user