HOR-2449
This commit is contained in:
@@ -61,8 +61,14 @@ if( $delegation->alreadyRouted($_SESSION['APPLICATION'],$_SESSION['INDEX']) ) {
|
||||
header('location:' . $mUrl);
|
||||
die();
|
||||
}
|
||||
G::header('location: ../cases/casesListExtJs');
|
||||
if (SYS_SKIN === "uxs") {
|
||||
G::header('location: ../home/appList');
|
||||
die();
|
||||
} else {
|
||||
die('<script type="text/javascript">'
|
||||
. 'window.parent.location="casesListExtJs?action=todo";'
|
||||
. '</script>');
|
||||
}
|
||||
}
|
||||
/**
|
||||
* cases_Step.php
|
||||
|
||||
Reference in New Issue
Block a user