mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
Fix popup title
Add element title modification
This commit is contained in:
parent
abb7108321
commit
888e1ad5d3
4 changed files with 11 additions and 3 deletions
|
|
@ -326,8 +326,7 @@ Boards.helpers({
|
|||
archived: false,
|
||||
}).forEach((swimlane) => {
|
||||
swimlane.type = 'swimlane';
|
||||
swimlane.boardId = _id;
|
||||
swimlane.copy(oldId);
|
||||
swimlane.copy(_id);
|
||||
});
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue