UBER-1182: Fix github task types support (#4215)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-12-19 12:08:10 +06:00
committed by GitHub
parent 89706eb350
commit 5413031df0
11 changed files with 195 additions and 85 deletions
+3 -2
View File
@@ -34,7 +34,7 @@ import {
} from '@hcengineering/core'
import { Asset, IntlString, Plugin, Resource, plugin } from '@hcengineering/platform'
import { TagCategory, TagElement, TagReference } from '@hcengineering/tags'
import { ProjectTypeDescriptor, Task, Project as TaskProject, TaskType } from '@hcengineering/task'
import { ProjectTypeDescriptor, Task, Project as TaskProject, TaskType, TaskTypeDescriptor } from '@hcengineering/task'
import { AnyComponent, ComponentExtensionId, Location, ResolvedLocation } from '@hcengineering/ui'
import { Action, ActionCategory, IconProps } from '@hcengineering/view'
@@ -455,7 +455,8 @@ export default plugin(trackerId, {
Tracker: '' as Ref<ActionCategory>
},
descriptors: {
ProjectType: '' as Ref<ProjectTypeDescriptor>
ProjectType: '' as Ref<ProjectTypeDescriptor>,
Issue: '' as Ref<TaskTypeDescriptor>
},
action: {
SetDueDate: '' as Ref<Action>,