Create unique board names when importing

This commit is contained in:
John R. Supplee 2021-01-28 18:21:56 +02:00
parent 5adaaa7f22
commit ad6da9bf37
4 changed files with 22 additions and 17 deletions

View file

@ -129,7 +129,7 @@ BlazeComponent.extendComponent({
{
sort: Boards.find({ archived: false }).count(),
type: 'board',
title: Boards.findOne(this.currentData()._id).copyTitle(),
title: Boards.findOne(this.currentData()._id).title,
},
(err, res) => {
if (err) {