mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
Fix list view issues. Allow creation of boards from templates
This commit is contained in:
parent
13c2157e36
commit
dc7286a0ef
12 changed files with 122 additions and 35 deletions
|
|
@ -69,7 +69,7 @@ CardComments.allow({
|
|||
CardComments.helpers({
|
||||
copy(newCardId) {
|
||||
this.cardId = newCardId;
|
||||
this._id = null;
|
||||
delete this._id;
|
||||
CardComments.insert(this);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue