mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
- Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated board.
Thanks to xet7 !
This commit is contained in:
parent
93a5bb2baa
commit
0f15b6d198
52 changed files with 104 additions and 52 deletions
|
|
@ -39,7 +39,8 @@ Meteor.methods({
|
|||
const addData = {};
|
||||
addData.membersMapping = wekanMembersMapper.getMembersToMap(data);
|
||||
const creator = new WekanCreator(addData);
|
||||
data.title = `${data.title } - ${ TAPi18n.__('copy-tag')}`;
|
||||
//data.title = `${data.title } - ${ TAPi18n.__('copy-tag')}`;
|
||||
data.title = `${data.title}`;
|
||||
return creator.create(data, currentBoardId);
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue