mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +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
|
|
@ -253,7 +253,7 @@ export class WekanCreator {
|
|||
permission: boardToImport.permission,
|
||||
slug: getSlug(boardToImport.title) || 'board',
|
||||
stars: 0,
|
||||
title: boardToImport.title,
|
||||
title: Boards.uniqueTitle(boardToImport.title),
|
||||
};
|
||||
// now add other members
|
||||
if (boardToImport.members) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue