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
@@ -35,13 +35,10 @@ import core, {
TxProcessor,
type TxRemoveDoc,
type TxUpdateDoc,
type Type
type Type,
getClassCollaborators
} from '@hcengineering/core'
import notification, {
getClassCollaborators,
type MentionInboxNotification,
type NotificationType
} from '@hcengineering/notification'
import notification, { type MentionInboxNotification, type NotificationType } from '@hcengineering/notification'
import { getPerson } from '@hcengineering/server-contact'
import { type StorageAdapter, type TriggerControl } from '@hcengineering/server-core'
import {
@@ -36,9 +36,10 @@ import core, {
TxProcessor,
TxUpdateDoc,
UserStatus,
getClassCollaborators,
type MeasureContext
} from '@hcengineering/core'
import notification, { DocNotifyContext, getClassCollaborators, NotificationContent } from '@hcengineering/notification'
import notification, { DocNotifyContext, NotificationContent } from '@hcengineering/notification'
import { getMetadata, IntlString, translate } from '@hcengineering/platform'
import { getAccountBySocialId, getPerson } from '@hcengineering/server-contact'
import serverCore, { TriggerControl } from '@hcengineering/server-core'
@@ -47,13 +47,13 @@ import core, {
TxMixin,
TxProcessor,
TxRemoveDoc,
TxUpdateDoc
TxUpdateDoc,
getClassCollaborators
} from '@hcengineering/core'
import notification, {
ActivityInboxNotification,
CommonInboxNotification,
DocNotifyContext,
getClassCollaborators,
InboxNotification,
MentionInboxNotification,
NotificationType