PMCORE-3674

This commit is contained in:
Paula Quispe
2022-03-02 11:59:29 -04:00
committed by Paula.Quispe
parent e79f5ac1cc
commit 8fbcb712e5
49 changed files with 1797 additions and 377 deletions

View File

@@ -1204,7 +1204,9 @@ class WsBase
{
try {
global $RBAC;
if (is_null($RBAC)) {
$RBAC = RBAC::getSingleton();
}
$RBAC->initRBAC();
if (empty($userName)) {
@@ -1715,6 +1717,9 @@ class WsBase
{
try {
global $RBAC;
if (is_null($RBAC)) {
$RBAC = RBAC::getSingleton();
}
$RBAC->initRBAC();
$user = $RBAC->verifyUserId($userId);