mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
UBERF-4725 Migrate collaborative content (#5717)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
+3
-3
@@ -18,11 +18,11 @@
|
||||
import {
|
||||
generateId,
|
||||
getCurrentAccount,
|
||||
makeCollaborativeDoc,
|
||||
type AttachedData,
|
||||
type Class,
|
||||
type Data,
|
||||
type Ref,
|
||||
getCollaborativeDoc
|
||||
type Ref
|
||||
} from '@hcengineering/core'
|
||||
import { MessageBox, getClient } from '@hcengineering/presentation'
|
||||
import {
|
||||
@@ -122,7 +122,7 @@
|
||||
state: DocumentState.Draft,
|
||||
snapshots: 0,
|
||||
changeControl: ccRecordId,
|
||||
content: getCollaborativeDoc(generateId()),
|
||||
content: makeCollaborativeDoc(generateId()),
|
||||
|
||||
requests: 0,
|
||||
reviewers: [],
|
||||
|
||||
+3
-3
@@ -32,8 +32,8 @@
|
||||
type Ref,
|
||||
type Mixin,
|
||||
generateId,
|
||||
getCollaborativeDoc,
|
||||
getCurrentAccount
|
||||
getCurrentAccount,
|
||||
makeCollaborativeDoc
|
||||
} from '@hcengineering/core'
|
||||
import { MessageBox, getClient } from '@hcengineering/presentation'
|
||||
import {
|
||||
@@ -118,7 +118,7 @@
|
||||
state: DocumentState.Draft,
|
||||
snapshots: 0,
|
||||
changeControl: ccRecordId,
|
||||
content: getCollaborativeDoc(generateId()),
|
||||
content: makeCollaborativeDoc(generateId()),
|
||||
|
||||
requests: 0,
|
||||
reviewers: [],
|
||||
|
||||
Reference in New Issue
Block a user