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

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

- Se agrego un flag PROCESSMAP que indica que se esta utilizando desde el processmap.
This commit is contained in:
Marco Antonio Nina
2013-07-11 11:56:41 -04:00
parent c8fc67ca73
commit b4b47d0bb6
5 changed files with 14 additions and 10 deletions

View File

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