Fix popup title

Add element title modification
This commit is contained in:
Andrés Manelli 2019-02-27 21:32:28 +01:00
parent abb7108321
commit 888e1ad5d3
4 changed files with 11 additions and 3 deletions

View file

@ -326,8 +326,7 @@ Boards.helpers({
archived: false,
}).forEach((swimlane) => {
swimlane.type = 'swimlane';
swimlane.boardId = _id;
swimlane.copy(oldId);
swimlane.copy(_id);
});
},
/**