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

@ -177,7 +177,7 @@ export class TrelloCreator {
permission: this.getPermission(trelloBoard.prefs.permissionLevel),
slug: getSlug(trelloBoard.name) || 'board',
stars: 0,
title: trelloBoard.name,
title: Boards.uniqueTitle(trelloBoard.name),
};
// now add other members
if (trelloBoard.memberships) {