Fix item deletion in kanban #551

This commit is contained in:
yflory 2020-05-25 14:16:37 +02:00
parent ebf76fc5aa
commit 5e8fc41b06
1 changed files with 1 additions and 1 deletions

View File

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