mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +02:00
Fix attachments in drafts (#2451)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
@@ -222,6 +222,7 @@ export interface IssueDraft extends Doc {
|
||||
// Estimation in man days
|
||||
estimation: number
|
||||
parentIssue?: string
|
||||
attachments?: number
|
||||
labels?: TagReference[]
|
||||
subIssues?: IssueTemplateChild[]
|
||||
template?: {
|
||||
|
||||
Reference in New Issue
Block a user