Remove kanban column from UI on delete

pull/1/head
yflory 2020-06-02 10:54:15 +02:00
parent 39b3af2ae3
commit d11af7c21a
1 changed files with 1 additions and 0 deletions

View File

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