PM-3740: 0018724: Menus change randomly when viewing Unassigned cases
This commit is contained in:
committed by
Victor Saisa Lopez
parent
736ccb27da
commit
1ac1cdd4e9
@@ -108,6 +108,6 @@ if(!isset($_SESSION['APPLICATION']) || !isset($_SESSION['TASK']) || !isset($_SES
|
||||
$_SESSION['TASK'] = $case['TAS_UID'];
|
||||
$_SESSION['INDEX'] = $case['DEL_INDEX'];
|
||||
}
|
||||
|
||||
$_SESSION['TASK'] = $_GET['action'] == "unassigned" ? -1 : $_SESSION['TASK'];
|
||||
G::RenderPage( 'publish', 'extJs' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user