Fix item deletion in kanban #551

pull/1/head
yflory 5 years ago
parent ebf76fc5aa
commit 5e8fc41b06

@ -382,7 +382,7 @@ define([
var setId = function (_isBoard, _id) {
// Reset the mdoal with a new id
isBoard = _isBoard;
id = _id;
id = Number(_id);
if (_isBoard) {
onCursorUpdate.fire({
board: _id

Loading…
Cancel
Save