mirror of
https://github.com/wekan/wekan.git
synced 2026-01-20 16:26:09 +01:00
merge of two branchs
This commit is contained in:
commit
90139b978c
2 changed files with 28 additions and 0 deletions
|
|
@ -987,6 +987,7 @@ if (Meteor.isServer) {
|
|||
check(userOrgsArray, Array);
|
||||
check(userTeamsArray, Array);
|
||||
if (Meteor.user() && Meteor.user().isAdmin) {
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
check(fullname, String);
|
||||
check(username, String);
|
||||
|
|
@ -999,6 +1000,8 @@ if (Meteor.isServer) {
|
|||
check(userOrgsArray, Array);
|
||||
check(userTeamsArray, Array);
|
||||
|
||||
=======
|
||||
>>>>>>> feature/250f95de
|
||||
=======
|
||||
>>>>>>> feature/250f95de
|
||||
const nUsersWithUsername = Users.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue