BUG 14390 Improvement

This commit is contained in:
Julio Cesar Laura
2014-05-05 13:06:22 -04:00
parent 439d2ae99e
commit 2202f85b03
2 changed files with 5 additions and 3 deletions

View File

@@ -228,6 +228,7 @@ class AppDelegation extends BaseAppDelegation
$row = $rs->getRow();
while (is_array($row)) {
$case = array();
$case['TAS_UID'] = $row['TAS_UID'];
$case['USR_UID'] = $row['USR_UID'];
$aCases[] = $case;

View File

@@ -194,6 +194,7 @@ try {
$_SESSION['ACTION'] = 'jump';
} else {
$Fields = $oCase->loadCase( $_SESSION['APPLICATION'], $_SESSION['INDEX']);
unset($_SESSION['ACTION']);
}
$_SESSION['CURRENT_TASK'] = $Fields['TAS_UID'];