mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Create unique board names when importing
This commit is contained in:
parent
5adaaa7f22
commit
ad6da9bf37
4 changed files with 22 additions and 17 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue