mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-03 08:18:52 +02:00
Add OnLabelDelete trigger (#1576)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ import { DOMAIN_ATTACHMENT } from '@anticrm/model-attachment'
|
||||
import { createMongoAdapter, createMongoTxAdapter } from '@anticrm/mongo'
|
||||
import { addLocation } from '@anticrm/platform'
|
||||
import { serverAttachmentId } from '@anticrm/server-attachment'
|
||||
import { serverBoardId } from '@anticrm/server-board'
|
||||
import { serverCalendarId } from '@anticrm/server-calendar'
|
||||
import { serverChunterId } from '@anticrm/server-chunter'
|
||||
import { serverContactId } from '@anticrm/server-contact'
|
||||
@@ -115,6 +116,7 @@ export class ElasticTool {
|
||||
|
||||
constructor (readonly mongoUrl: string, readonly dbName: string, readonly minio: Client, readonly elasticUrl: string) {
|
||||
addLocation(serverAttachmentId, () => import('@anticrm/server-attachment-resources'))
|
||||
addLocation(serverBoardId, () => import('@anticrm/server-board-resources'))
|
||||
addLocation(serverContactId, () => import('@anticrm/server-contact-resources'))
|
||||
addLocation(serverNotificationId, () => import('@anticrm/server-notification-resources'))
|
||||
addLocation(serverChunterId, () => import('@anticrm/server-chunter-resources'))
|
||||
|
||||
Reference in New Issue
Block a user