mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
UBER-1027: don't update issue space in kanban view (#3895)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
d7c1790d8c
commit
2378461df3
@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Object.keys(updates).length > 0) {
|
if (Object.keys(updates).length > 0) {
|
||||||
await client.update(dragCard, updates)
|
await client.diffUpdate(dragCard, updates)
|
||||||
}
|
}
|
||||||
dragCard = undefined
|
dragCard = undefined
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user