details:   /erp/devel/pi/rev/bd225d714fa8
changeset: 9440:bd225d714fa8
user:      Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
date:      Tue Dec 28 11:47:52 2010 +0100
summary:   Added missing OBContext.restorePreviousMode() on getTabUrl() method.

diffstat:

 src/org/openbravo/erpCommon/utility/Utility.java |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 6fed35ef2c2b -r bd225d714fa8 
src/org/openbravo/erpCommon/utility/Utility.java
--- a/src/org/openbravo/erpCommon/utility/Utility.java  Tue Dec 28 14:00:17 
2010 +0100
+++ b/src/org/openbravo/erpCommon/utility/Utility.java  Tue Dec 28 11:47:52 
2010 +0100
@@ -2369,6 +2369,8 @@
     } catch (Exception e) {
       log4j.error(e.getMessage());
       return "";
+    } finally {
+      OBContext.restorePreviousMode();
     }
   }
 

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to