- 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

@@ -172,6 +172,7 @@ MySkillSchema.statics.executeQueryTable = function(idapp, params, user) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
};
@@ -263,6 +264,7 @@ MySkillSchema.statics.getMyRecById = function(idapp, idSkill) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -317,6 +319,7 @@ MySkillSchema.statics.getMyRecById = function(idapp, idSkill) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -371,6 +374,7 @@ MySkillSchema.statics.getMyRecById = function(idapp, idSkill) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
/*{
@@ -427,6 +431,7 @@ MySkillSchema.statics.getMyRecById = function(idapp, idSkill) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
{
@@ -481,6 +486,7 @@ MySkillSchema.statics.getMyRecById = function(idapp, idSkill) {
'profile.img': 1,
"profile.mygroups": 1,
'profile.qualifica': 1,
reported: 1,
},
},
];