summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2019-02-27 21:32:28 +0100
committerAndrés Manelli <andresmanelli@gmail.com>2019-02-27 21:50:08 +0100
commit888e1ad5d3e32be53283aa32198057f669f3d706 (patch)
treebfad5b37287aecc378d13089ac1877296cd51ba5 /models/boards.js
parentabb71083215462d91b084c4de13af0b130638e4d (diff)
downloadwekan-888e1ad5d3e32be53283aa32198057f669f3d706.tar.gz
wekan-888e1ad5d3e32be53283aa32198057f669f3d706.tar.bz2
wekan-888e1ad5d3e32be53283aa32198057f669f3d706.zip
Fix popup title
Add element title modification
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/models/boards.js b/models/boards.js
index 0db2e48e..9a71ede8 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -326,8 +326,7 @@ Boards.helpers({
archived: false,
}).forEach((swimlane) => {
swimlane.type = 'swimlane';
- swimlane.boardId = _id;
- swimlane.copy(oldId);
+ swimlane.copy(_id);
});
},
/**