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:
Hector Cortez
2012-03-09 10:29:19 -04:00
parent e4faf42c8c
commit fa3e1dd149

View File

@@ -1026,6 +1026,7 @@
}
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addScriptFile("/jscore/cases/core/cases_Step.js");
$oHeadPublisher->addScriptCode("
if (typeof parent != 'undefined') {
if (parent.showCaseNavigatorPanel) {
@@ -1040,7 +1041,10 @@
G::RenderPage('publish', 'blank');
if( $_SESSION['TRIGGER_DEBUG']['ISSET'] ){
G::evalJScript('if (typeof showdebug != \'undefined\') showdebug();');
G::evalJScript('
if (typeof showdebug != \'undefined\') {
showdebug();
}');
}