HOR-919: Se pierde conexion con usuario Operador

This commit is contained in:
mcuiza
2016-05-04 16:40:55 -04:00
parent f14115f9f0
commit 474085edac

View File

@@ -40,11 +40,8 @@ switch ($_SESSION['actionCaseOptions']) {
$statusSendAndUnassigned = true;
break;
case 'paused':
$access = $RBAC->requirePermissions('PM_ALLCASES');
if ($access) {
if (isset($_SESSION['bNoShowSteps'])) {
unset($_SESSION['bNoShowSteps']);
}
if (isset($_SESSION['bNoShowSteps'])) {
unset($_SESSION['bNoShowSteps']);
}
break;
case 'to_revise':