UBERF-4725 Migrate collaborative content (#5717)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2024-08-22 16:03:42 +05:00
committed by GitHub
parent 0e72b85978
commit df2a9b2708
97 changed files with 702 additions and 820 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ import {
AttachedDoc,
Attribute,
Class,
CollaborativeDoc,
CollectionSize,
Data,
Doc,
@@ -181,7 +182,7 @@ export interface Milestone extends Doc {
export interface Issue extends Task {
attachedTo: Ref<Issue>
title: string
description: Markup
description: CollaborativeDoc
status: Ref<IssueStatus>
priority: IssuePriority