mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
commit
3c91a1750f
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ Users.attachSchema(new SimpleSchema({
|
||||||
},
|
},
|
||||||
isAdmin: {
|
isAdmin: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
optional: true
|
optional: true,
|
||||||
}
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// 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 or username. This
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue