UBERF-9297/Initial personal browser and mail (#8021)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-02-17 17:50:49 +07:00
committed by GitHub
parent 9faf363112
commit b3014383ed
94 changed files with 2174 additions and 1 deletions
+14
View File
@@ -101,6 +101,8 @@ import testManagement, {
testManagementId,
createModel as testManagementModel
} from '@hcengineering/model-test-management'
import mySpace, { mySpaceId, createModel as mySpaceModel } from '@hcengineering/model-my-space'
import { mailId, createModel as mailModel } from '@hcengineering/model-mail'
import {
serverDocumentsId,
@@ -430,6 +432,18 @@ export default function buildModel (enabled: string[] = ['*'], disabled: string[
],
[surveyModel, surveyId],
[presenceModel, presenceId],
[
mySpaceModel,
mySpaceId,
{
label: mySpace.string.ConfigLabel,
description: mySpace.string.ConfigDescription,
enabled: true,
beta: true,
classFilter: defaultFilter
}
],
[mailModel, mailId],
[serverCoreModel, serverCoreId],
[serverAttachmentModel, serverAttachmentId],