details: /erp/stable/2.50/rev/54b8cc028e6f
changeset: 9196:54b8cc028e6f
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Thu Feb 10 10:34:55 2011 +0100
summary: related to issue 15907: Don't use 3.0 method
diffstat:
src-wad/src/org/openbravo/wad/javasource.javaxml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r e3f618272cb9 -r 54b8cc028e6f
src-wad/src/org/openbravo/wad/javasource.javaxml
--- a/src-wad/src/org/openbravo/wad/javasource.javaxml Thu Feb 10 09:32:04
2011 +0100
+++ b/src-wad/src/org/openbravo/wad/javasource.javaxml Thu Feb 10 10:34:55
2011 +0100
@@ -101,7 +101,8 @@
</FIELDS_TMP>
}
if (!securedProcess) {
- setClassInfo("W", tabId, moduleId);
+ classInfo.type = "W";
+ classInfo.id = tabId;
}
super.service(request, response);
}
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits