- Accepted and Refused Group Entering

- Report a User
This commit is contained in:
paoloar77
2022-08-04 17:30:57 +02:00
parent d902783336
commit 8a587dc715
16 changed files with 529 additions and 266 deletions

View File

@@ -171,6 +171,7 @@ MyBachecaSchema.statics.executeQueryTable = function(idapp, params, user) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
};
@@ -264,6 +265,7 @@ MyBachecaSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -320,6 +322,7 @@ MyBachecaSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -376,6 +379,7 @@ MyBachecaSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
/*{
@@ -432,6 +436,7 @@ MyBachecaSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -488,6 +493,7 @@ MyBachecaSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
];