mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Fix status remove (#3070)
This commit is contained in:
parent
7d41f04624
commit
559dedea69
@ -129,7 +129,7 @@
|
||||
closeTooltip()
|
||||
|
||||
const { detail: status } = event
|
||||
const issuesWithDeletingStatus = await client.findAll(tracker.class.Issue, { status: status._id })
|
||||
const issuesWithDeletingStatus = await client.findAll(tracker.class.Issue, { status: status._id, space: projectId })
|
||||
|
||||
if (issuesWithDeletingStatus.length > 0) {
|
||||
showPopup(RemoveStatus, {
|
||||
|
Loading…
Reference in New Issue
Block a user