Merged in gproly/processmaker/HOR-2449 (pull request #5277)

HOR-2449
This commit is contained in:
Julio Cesar Laura Avendaño
2016-12-22 14:16:38 -04:00

View File

@@ -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