EQMS-1650: External approvers (#9987)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2025-10-01 21:16:55 +04:00
committed by GitHub
parent 0f80bfd95f
commit e5b7f9cc1d
38 changed files with 372 additions and 108 deletions
+2
View File
@@ -92,6 +92,7 @@ async function createDocument (
requests: 0,
reviewers: [],
approvers: [],
externalApprovers: [],
coAuthors: [],
changeControl: ccRecordId,
author: owner,
@@ -175,6 +176,7 @@ async function createTemplateIfNotExist (
requests: 0,
reviewers: [],
approvers: [],
externalApprovers: [],
coAuthors: [],
changeControl: ccRecordId,
content: null,