mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Board copy work now again
- there was an error at attachment copy - fixes: https://github.com/wekan/wekan/issues/4485#issue-1211353265
This commit is contained in:
parent
58d760a615
commit
fbb0ed5ec1
3 changed files with 60 additions and 8 deletions
|
|
@ -260,7 +260,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
(err, res) => {
|
||||
if (err) {
|
||||
self.setError(err.error);
|
||||
console.error(err);
|
||||
} else {
|
||||
Session.set('fromBoard', null);
|
||||
subManager.subscribe('board', res, false);
|
||||
|
|
@ -268,7 +268,6 @@ BlazeComponent.extendComponent({
|
|||
id: res,
|
||||
slug: title,
|
||||
});
|
||||
//Utils.goBoardId(res);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue