mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
Add OnLabelDelete trigger (#1576)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
"@anticrm/dev-storage": "~0.6.6",
|
||||
"@anticrm/server-attachment": "~0.6.1",
|
||||
"@anticrm/server-attachment-resources": "~0.6.0",
|
||||
"@anticrm/server-board": "~0.6.0",
|
||||
"@anticrm/server-board-resources": "~0.6.0",
|
||||
"xml2js": "~0.4.23",
|
||||
"@anticrm/model-recruit": "~0.6.0",
|
||||
"@anticrm/recruit": "~0.6.3",
|
||||
|
||||
@@ -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