mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
EQMS-1650: External approvers (#9987)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -122,6 +122,7 @@ export async function createNewDraftForControlledDoc (
|
||||
abstract: document.abstract ?? '',
|
||||
reviewers: document.reviewers,
|
||||
approvers: document.approvers,
|
||||
externalApprovers: [], // Require manual request for all external approvers for new versions of documents. Automatic carry-on would require to set collaborators to all related documents.
|
||||
coAuthors: document.coAuthors,
|
||||
reviewInterval: document.reviewInterval,
|
||||
changeControl: newCCId,
|
||||
|
||||
Reference in New Issue
Block a user