mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge branch 'master' of github.com:wekan/wekan
This commit is contained in:
commit
6e313d1760
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