BUG 8647 PM. 2.0-Testing.13: No aparece el área Depurador ... SOLVED.
- Una vez habilitado el debugger, al loguear con un usuario no aparece el área "Depurador de ProcessMaker", área donde se muestran las variables y los triggers(Browser: Chrome). - They attached the script cases_step.js when a process runs.
This commit is contained in:
@@ -1026,6 +1026,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$oHeadPublisher =& headPublisher::getSingleton();
|
$oHeadPublisher =& headPublisher::getSingleton();
|
||||||
|
$oHeadPublisher->addScriptFile("/jscore/cases/core/cases_Step.js");
|
||||||
$oHeadPublisher->addScriptCode("
|
$oHeadPublisher->addScriptCode("
|
||||||
if (typeof parent != 'undefined') {
|
if (typeof parent != 'undefined') {
|
||||||
if (parent.showCaseNavigatorPanel) {
|
if (parent.showCaseNavigatorPanel) {
|
||||||
@@ -1040,7 +1041,10 @@
|
|||||||
G::RenderPage('publish', 'blank');
|
G::RenderPage('publish', 'blank');
|
||||||
|
|
||||||
if( $_SESSION['TRIGGER_DEBUG']['ISSET'] ){
|
if( $_SESSION['TRIGGER_DEBUG']['ISSET'] ){
|
||||||
G::evalJScript('if (typeof showdebug != \'undefined\') showdebug();');
|
G::evalJScript('
|
||||||
|
if (typeof showdebug != \'undefined\') {
|
||||||
|
showdebug();
|
||||||
|
}');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user