mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
UBERF-9483 Task type improvements (#8015)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -94,6 +94,8 @@ export interface TaskTypeDescriptor extends Doc {
|
||||
// If specified, will allow to be created by users, system type overwise
|
||||
allowCreate: boolean
|
||||
statusCategoriesFunc?: Resource<(project: ProjectType) => Ref<StatusCategory>[]>
|
||||
|
||||
openTasks?: Resource<(value: TaskType) => Promise<void>>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user