Automation (#4052)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-11-27 13:58:14 +07:00
committed by GitHub
parent 43e1e38af0
commit 63c24da02a
8 changed files with 105 additions and 10 deletions
+4 -1
View File
@@ -30,7 +30,7 @@ import {
import { NotificationType } from '@hcengineering/notification'
import type { Asset, IntlString, Plugin } from '@hcengineering/platform'
import { plugin } from '@hcengineering/platform'
import type { AnyComponent } from '@hcengineering/ui'
import type { AnyComponent, ComponentExtensionId } from '@hcengineering/ui'
import { Action, ViewletDescriptor } from '@hcengineering/view'
/**
@@ -216,6 +216,9 @@ const task = plugin(taskId, {
},
ids: {
AssigneedNotification: '' as Ref<NotificationType>
},
extensions: {
ProjectEditorExtension: '' as ComponentExtensionId
}
})