mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
Fix status remove (#3070)
This commit is contained in:
parent
7d41f04624
commit
559dedea69
@ -129,7 +129,7 @@
|
|||||||
closeTooltip()
|
closeTooltip()
|
||||||
|
|
||||||
const { detail: status } = event
|
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) {
|
if (issuesWithDeletingStatus.length > 0) {
|
||||||
showPopup(RemoveStatus, {
|
showPopup(RemoveStatus, {
|
||||||
|
Loading…
Reference in New Issue
Block a user