mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 19:48:50 +01:00
commit
c692b7847b
1 changed files with 5 additions and 1 deletions
|
|
@ -1287,7 +1287,11 @@ Boards.uniqueTitle = title => {
|
|||
},
|
||||
);
|
||||
|
||||
return `${base} [${num + 1}]`;
|
||||
if (num > 0) {
|
||||
return `${base} [${num + 1}]`;
|
||||
}
|
||||
|
||||
return title;
|
||||
};
|
||||
|
||||
Boards.userSearch = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue