mirror of
https://github.com/wekan/wekan.git
synced 2026-01-16 22:45:29 +01:00
upgrade to wekan 5.60
This commit is contained in:
parent
8eaa490664
commit
8bd2e4f0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ Users.allow({
|
||||||
fetch: [],
|
fetch: [],
|
||||||
});
|
});
|
||||||
|
|
||||||
// Search a user in the complete server database by its name or username. This
|
// Search a user in the complete server database by its name, username or emails adress. This
|
||||||
// is used for instance to add a new user to a board.
|
// is used for instance to add a new user to a board.
|
||||||
const searchInFields = ['username', 'profile.fullname', 'emails.address'];
|
const searchInFields = ['username', 'profile.fullname', 'emails.address'];
|
||||||
Users.initEasySearch(searchInFields, {
|
Users.initEasySearch(searchInFields, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue