mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
UBERF-9264: Fix set/unset parent issue (#7799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
import { type StatusCategory, type Client, type Doc, type Ref, type Space } from '@hcengineering/core'
|
||||
import type { Asset, IntlString, Metadata, Resource } from '@hcengineering/platform'
|
||||
import { mergeIds } from '@hcengineering/platform'
|
||||
import type { ObjectSearchCategory, ObjectSearchFactory } from '@hcengineering/presentation'
|
||||
import { type ProjectType } from '@hcengineering/task'
|
||||
import tracker, { trackerId, type IssueDraft, type Issue } from '@hcengineering/tracker'
|
||||
import { type AnyComponent, type Location } from '@hcengineering/ui'
|
||||
@@ -37,6 +38,10 @@ export default mergeIds(trackerId, tracker, {
|
||||
MilestoneIssuesList: '' as Ref<Viewlet>,
|
||||
ComponentIssuesList: '' as Ref<Viewlet>
|
||||
},
|
||||
completion: {
|
||||
IssueQuery: '' as Resource<ObjectSearchFactory>,
|
||||
IssueCategory: '' as Ref<ObjectSearchCategory>
|
||||
},
|
||||
string: {
|
||||
More: '' as IntlString,
|
||||
Delete: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user