BUG-12339 Al crear un report table el sistema direcciona a una ... SOLVED

- No se diferenciaba desde que listado se llamaba a la creacion de un report table.

- Se agrego una bandera flagProcessmap que indica que se esta utilizando desde el processmap.
This commit is contained in:
Marco Antonio Nina
2013-07-11 14:27:49 -04:00
parent b4b47d0bb6
commit 22d17c5064
5 changed files with 9 additions and 9 deletions

View File

@@ -157,7 +157,7 @@ var processmap=function(){
r.make();
}.extend(this),
reportTables:function(){
var url = "../pmTables?PRO_UID=" + this.options.uid+"&PROCESSMAP=1";
var url = "../pmTables?PRO_UID=" + this.options.uid+"&flagProcessmap=1";
var isIE = (navigator.userAgent.toLowerCase().indexOf("msie") != -1)? 1 : 0;
if (isIE == 1) {