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:
Henry Jonathan Quispe Quispe
2021-01-11 16:14:15 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -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\';
}
}';
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
} }
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/