mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 13:48:49 +01:00
Global search - fix label not found
This commit is contained in:
parent
7a5aa469cd
commit
7b8d67de63
3 changed files with 5 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ BlazeComponent.extendComponent({
|
|||
errors.notFound.lists.forEach(list => {
|
||||
messages.push({ tag: 'list-title-not-found', value: list });
|
||||
});
|
||||
errors.notFound.labels.forEach(label => {
|
||||
messages.push({ tag: 'label-not-found', value: label });
|
||||
});
|
||||
errors.notFound.users.forEach(user => {
|
||||
messages.push({ tag: 'user-username-not-found', value: user });
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue