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