Remove kanban column from UI on delete
parent
39b3af2ae3
commit
d11af7c21a
|
@ -364,6 +364,7 @@ define([
|
|||
var idx = list.indexOf(id);
|
||||
if (idx !== -1) { list.splice(idx, 1); }
|
||||
delete (boards.data || {})[id];
|
||||
kanban.removeBoard(id);
|
||||
return void commit();
|
||||
}
|
||||
Object.keys(boards.data || {}).forEach(function (boardId) {
|
||||
|
|
Loading…
Reference in New Issue