- 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 @@ MyHospSchema.statics.executeQueryTable = function(idapp, params, user) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
};
@@ -259,6 +260,7 @@ MyHospSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -310,6 +312,7 @@ MyHospSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -361,6 +364,7 @@ MyHospSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
/*{
@@ -412,6 +416,7 @@ MyHospSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -463,6 +468,7 @@ MyHospSchema.statics.getMyRecById = function(idapp, id) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
];