- Lista iscritti: aggiunto le note e il flag "Da Contattare"
This commit is contained in:
@@ -2864,7 +2864,8 @@ module.exports = {
|
||||
'user.surname': 1,
|
||||
'user.profile.img': 1,
|
||||
'user.profile.qualifica': 1,
|
||||
'user.profile.note': 1,
|
||||
'user.profile.note': 1,
|
||||
'profile.da_contattare': 1,
|
||||
});
|
||||
if (qa1) query = [...query, ...qa1];
|
||||
query.push({ $unwind: '$user' });
|
||||
@@ -2914,7 +2915,8 @@ module.exports = {
|
||||
'user.surname': 1,
|
||||
'user.profile.img': 1,
|
||||
'user.profile.qualifica': 1,
|
||||
'user.profile.note': 1,
|
||||
'user.profile.note': 1,
|
||||
'profile.da_contattare': 1,
|
||||
});
|
||||
if (qa1) query = [...query, ...qa1];
|
||||
query.push({ $unwind: '$user' });
|
||||
|
||||
Reference in New Issue
Block a user