mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
EQMS-1650: External approvers (#9987)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user