mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
UBER-853 Move documents to Uberflow (#3700)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user