Merged in bugfix/PMCORE-2656 (pull request #7696)
PMCORE-2656 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
8f6a179fbd
@@ -37,7 +37,13 @@ if (isset($_GET['ux'])) {
|
|||||||
echo '} else { window.parent.location.href = \''.$pathDerivateGmail.'\'; }';
|
echo '} else { window.parent.location.href = \''.$pathDerivateGmail.'\'; }';
|
||||||
} else {
|
} else {
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
echo '} else { window.parent.location.href = \'casesListExtJs\'; }';
|
echo '} else {
|
||||||
|
if (parent.parent.postMessage) {
|
||||||
|
parent.parent.postMessage("redirect=todo","*");
|
||||||
|
} else {
|
||||||
|
window.parent.location.href = \'casesListExtJs\';
|
||||||
|
}
|
||||||
|
}';
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
}
|
}
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user