PMCORE-1198:The columns in process list change for all users if any other user remove/hide the columns
correction new decodeValue correction save Delete cookies Code Style Clean variable global Documentation Correction users casesList CR cr
This commit is contained in:
@@ -88,7 +88,6 @@ $oHeadPublisher->assign("arrayFlagImportFileExtension", $arrayFlagImportFileExte
|
||||
$oHeadPublisher->assign("arrayFlagMenuNewOption", $arrayFlagMenuNewOption);
|
||||
$oHeadPublisher->assign("arrayMenuNewOptionPlugin", $arrayMenuNewOptionPlugin);
|
||||
$oHeadPublisher->assign("arrayContextMenuOptionPlugin", $arrayContextMenuOptionPlugin);
|
||||
$oHeadPublisher->assign('extJsViewState', $oHeadPublisher->getExtJsViewState());
|
||||
|
||||
$designer = new Designer();
|
||||
$oHeadPublisher->assign('SYS_SYS', config("system.workspace"));
|
||||
@@ -99,6 +98,7 @@ $oHeadPublisher->assign('credentials', base64_encode(G::json_encode($designer->g
|
||||
|
||||
$userUid = (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] != '') ? $_SESSION['USER_LOGGED'] : null;
|
||||
$oHeadPublisher->assign('userUid', $userUid);
|
||||
$oHeadPublisher->assign('workspace', config('system.workspace'));
|
||||
|
||||
$deleteCasesFlag = false;
|
||||
global $RBAC;
|
||||
|
||||
Reference in New Issue
Block a user