Tracker assign notification (#2269)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-09-16 09:57:32 +07:00
committed by GitHub
parent 0f3ce39cae
commit 13b6459c95
36 changed files with 599 additions and 171 deletions
+4
View File
@@ -32,6 +32,7 @@ import { plugin } from '@anticrm/platform'
import type { AnyComponent } from '@anticrm/ui'
import { ViewletDescriptor } from '@anticrm/view'
import { genRanks } from './utils'
import { NotificationType } from '@anticrm/notification'
/**
* @public
@@ -270,6 +271,9 @@ const task = plugin(taskId, {
KanbanTemplateEditor: '' as AnyComponent,
KanbanTemplateSelector: '' as AnyComponent,
TodoItemsPopup: '' as AnyComponent
},
ids: {
AssigneedNotification: '' as Ref<NotificationType>
}
})