UBERF-9483 Task type improvements (#8015)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-02-17 10:51:48 +07:00
committed by GitHub
parent 2fe638297c
commit 9072b4cbba
17 changed files with 213 additions and 89 deletions
+2
View File
@@ -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>>
}
/**