UBER-853 Move documents to Uberflow (#3700)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2023-09-15 15:31:24 +07:00
committed by GitHub
parent b61b47a4c3
commit 2d16709ccb
78 changed files with 10 additions and 3356 deletions
-13
View File
@@ -26,7 +26,6 @@ import calendar, { calendarId, createModel as calendarModel } from '@hcengineeri
import chunter, { chunterId, createModel as chunterModel } from '@hcengineering/model-chunter'
import contact, { contactId, createModel as contactModel } from '@hcengineering/model-contact'
import { createModel as coreModel } from '@hcengineering/model-core'
import document, { documentId, createModel as documentModel } from '@hcengineering/model-document'
import gmail, { gmailId, createModel as gmailModel } from '@hcengineering/model-gmail'
import hr, { hrId, createModel as hrModel } from '@hcengineering/model-hr'
import inventory, { inventoryId, createModel as inventoryModel } from '@hcengineering/model-inventory'
@@ -214,18 +213,6 @@ export default function buildModel (enabled: string[] = ['*'], disabled: string[
classFilter: defaultFilter
}
],
[
documentModel,
documentId,
{
label: document.string.ConfigLabel,
description: document.string.ConfigDescription,
enabled: false,
beta: true,
icon: document.icon.DocumentApplication,
classFilter: defaultFilter
}
],
[
trackerModel,
trackerId,
-2
View File
@@ -35,7 +35,6 @@ import { viewOperation } from '@hcengineering/model-view'
import { trackerOperation } from '@hcengineering/model-tracker'
import { boardOperation } from '@hcengineering/model-board'
import { hrOperation } from '@hcengineering/model-hr'
import { documentOperation } from '@hcengineering/model-document'
import { bitrixOperation } from '@hcengineering/model-bitrix'
import { calendarOperation } from '@hcengineering/model-calendar'
@@ -60,7 +59,6 @@ export const migrateOperations: [string, MigrateOperation][] = [
['tracker', trackerOperation],
['board', boardOperation],
['hr', hrOperation],
['document', documentOperation],
['bitrix', bitrixOperation],
['inventiry', inventoryOperation]
]