18724 Aun persiste el error de aparecer aleatoriamente la opcion Actions o Information en Supervisor

HOR-265
18724 Aun persiste el error de aparecer aleatoriamente la opcion Actions o Information en Supervisor
This commit is contained in:
william barra
2016-03-07 18:44:22 -04:00
committed by dheeyi
parent 48a1dadad0
commit 8abe96fd9f
2 changed files with 53 additions and 25 deletions

View File

@@ -132,12 +132,7 @@ if(!isset($_SESSION['APPLICATION']) || !isset($_SESSION['TASK']) || !isset($_SES
$_SESSION['APPLICATION'] = $case['APP_UID'];
$_SESSION['TASK'] = $case['TAS_UID'];
$_SESSION['INDEX'] = $case['DEL_INDEX'];
}
$_SESSION['TASK'] = ($_GET['action'] == "unassigned" || $_GET['action'] == "sent" ) ? -1 : $_SESSION['TASK'];
if($_GET['action'] == "todo" || $_GET['action'] == "draft") {
if (isset($_SESSION['bNoShowSteps'])) {
unset($_SESSION['bNoShowSteps']);
}
}
$_SESSION['actionCaseOptions'] = (isset($_REQUEST['action'])) ? $_REQUEST['action'] : '';
G::RenderPage( 'publish', 'extJs' );