- Gruppi (3) - lista degli utenti del gruppo
This commit is contained in:
@@ -549,7 +549,7 @@ router.post('/groups/cmd', authenticate, (req, res) => {
|
||||
}
|
||||
}
|
||||
|
||||
return MyGroup.setGroupsCmd(idapp, usernameOrig, groupnameDest, cmd, value).then((ris) => {
|
||||
return User.setGroupsCmd(idapp, usernameOrig, groupnameDest, cmd, value).then((ris) => {
|
||||
res.send(ris);
|
||||
}).catch((e) => {
|
||||
tools.mylog('ERRORE IN groups/cmd: ' + e.message);
|
||||
|
||||
Reference in New Issue
Block a user