- Accepted and Refused Group Entering
- Report a User
This commit is contained in:
17
grp.js
17
grp.js
@@ -80,7 +80,8 @@ db.getCollection('mygoods').aggregate(
|
||||
"mycities": 1,
|
||||
"profile.img": 1,
|
||||
"profile.mygroups": 1,
|
||||
"profile.qualifica": 1
|
||||
"profile.qualifica": 1,
|
||||
reported: 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -132,8 +133,9 @@ db.getCollection('mygoods').aggregate(
|
||||
"comune": 1,
|
||||
"mycities": 1,
|
||||
"profile.img": 1,
|
||||
reported: 1,
|
||||
"profile.mygroups": 1,
|
||||
"profile.qualifica": 1
|
||||
"profile.qualifica": 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -185,8 +187,10 @@ db.getCollection('mygoods').aggregate(
|
||||
"comune": 1,
|
||||
"mycities": 1,
|
||||
"profile.img": 1,
|
||||
reported: 1,
|
||||
"profile.mygroups": 1,
|
||||
"profile.qualifica": 1
|
||||
"profile.qualifica": 1,
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -239,7 +243,8 @@ db.getCollection('mygoods').aggregate(
|
||||
"mycities": 1,
|
||||
"profile.img": 1,
|
||||
"profile.mygroups": 1,
|
||||
"profile.qualifica": 1
|
||||
"profile.qualifica": 1,
|
||||
reported: 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -262,7 +267,7 @@ db.getCollection('mygoods').aggregate(
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"pub_to_share": 1,
|
||||
}
|
||||
]
|
||||
@@ -309,4 +314,4 @@ db.getCollection('mygoods').aggregate(
|
||||
}
|
||||
}
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user