From f958ff8f04f64a3470bfc9cc4fec4f4cd71ba556 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Fri, 25 Nov 2011 10:25:14 -0400 Subject: [PATCH] BUG 7922 "SRP: wrapped: Could not execute query.." SOLVED (Fixes for import feature) According the solution raised on the meeting - the default selection for db connetions is workflow instead REPORT - the prefix PMT for all pmtables was added - fix a sintax error --- workflow/engine/templates/pmTables/editReport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/templates/pmTables/editReport.js b/workflow/engine/templates/pmTables/editReport.js index ff4a0cf3d..899de8292 100755 --- a/workflow/engine/templates/pmTables/editReport.js +++ b/workflow/engine/templates/pmTables/editReport.js @@ -990,7 +990,7 @@ function createReportTable() params: { REP_TAB_UID : TABLE !== false ? TABLE.ADD_TAB_UID : '', PRO_UID : PRO_UID !== false? PRO_UID : Ext.getCmp('PROCESS').getValue(), - REP_TAB_NAME : TABLE !== false ? tableName : 'PMT_' + tableName,, + REP_TAB_NAME : TABLE !== false ? tableName : 'PMT_' + tableName, REP_TAB_DSC : tableDescription, REP_TAB_CONNECTION : Ext.getCmp('REP_TAB_CONNECTION').getValue(), REP_TAB_TYPE : Ext.getCmp('REP_TAB_TYPE').getValue(),