mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Use the copyBoard method to duplicate a board
* Use `copyBoard` instead of `cloneBoard` to duplicate a board * Give duplicated boards a unique title by appending number
This commit is contained in:
parent
ff8a36653a
commit
b249fcbb2e
3 changed files with 28 additions and 3 deletions
|
|
@ -687,7 +687,6 @@ BlazeComponent.extendComponent({
|
|||
_id = data;
|
||||
},
|
||||
);
|
||||
// _id = board.copy();
|
||||
}
|
||||
Popup.close();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue