Fix status remove (#3070)

This commit is contained in:
Denis Bykhov 2023-04-25 16:49:27 +06:00 committed by GitHub
parent 7d41f04624
commit 559dedea69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, {