mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 21:35:10 +00:00
Update default status id for issues when created one after another (#2501)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
c74f48d044
commit
8fa7c938da
@ -159,6 +159,9 @@
|
||||
template = undefined
|
||||
object = { ...defaultIssue }
|
||||
subIssues = []
|
||||
if (!originalIssue && !draft) {
|
||||
updateIssueStatusId(_space, status)
|
||||
}
|
||||
}
|
||||
|
||||
let templateId: Ref<IssueTemplate> | undefined = draft?.template?.template
|
||||
|
Loading…
Reference in New Issue
Block a user