mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
EQMS-1650: External approvers (#9987)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -183,6 +183,7 @@ export const documentsPlugin = plugin(documentsId, {
|
||||
Approval: '' as IntlString,
|
||||
Reviewers: '' as IntlString,
|
||||
Approvers: '' as IntlString,
|
||||
ExternalApprovers: '' as IntlString,
|
||||
CoAuthors: '' as IntlString,
|
||||
ReviewInterval: '' as IntlString,
|
||||
EffectiveDate: '' as IntlString,
|
||||
|
||||
@@ -207,6 +207,7 @@ export interface ControlledDocument extends HierarchyDocument {
|
||||
requests: CollectionSize<DocumentRequest> // A collection of attached review and approval requests for the document
|
||||
reviewers: Ref<Employee>[]
|
||||
approvers: Ref<Employee>[]
|
||||
externalApprovers: Ref<Employee>[]
|
||||
coAuthors: Ref<Employee>[]
|
||||
reviewInterval?: number // A period (in months) after which the released document must be reviewed again
|
||||
controlledState?: ControlledDocumentState
|
||||
|
||||
Reference in New Issue
Block a user