BUG cuando se habilita el plugin se va a la ventana home SOLVED
- The parameter not envoy. - Was send the parameter st for identified the tab.
This commit is contained in:
@@ -257,11 +257,9 @@ function activeDeactive(){
|
|||||||
var site = '';
|
var site = '';
|
||||||
if (SYS_SKIN.substring(0,2) == 'ux') {
|
if (SYS_SKIN.substring(0,2) == 'ux') {
|
||||||
site = PROCESSMAKER_URL + '/main?st=admin&s='+parent._NODE_SELECTED;
|
site = PROCESSMAKER_URL + '/main?st=admin&s='+parent._NODE_SELECTED;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
site = PROCESSMAKER_URL + "/setup/main?s="+parent._NODE_SELECTED;
|
site = PROCESSMAKER_URL + "/setup/main?s="+parent._NODE_SELECTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
parent.parent.location.href = site
|
parent.parent.location.href = site
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user