Merged in bugfix/PMCORE-3895 (pull request #8508)
PMCORE-3895 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
7aeb33e475
@@ -71,8 +71,9 @@ if ($delegation->alreadyRouted($_SESSION['APPLICATION'], $_SESSION['INDEX'])) {
|
|||||||
die();
|
die();
|
||||||
} else {
|
} else {
|
||||||
die('<script type="text/javascript">'
|
die('<script type="text/javascript">'
|
||||||
. 'window.parent.location="casesListExtJs?action=todo";'
|
.'if(window.parent && window.parent.parent){'
|
||||||
. '</script>');
|
.'window.parent.parent.postMessage("redirect=todo","*");'
|
||||||
|
.'}</script>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user