Fix item deletion in kanban #551
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…
Reference in New Issue