details:   https://code.openbravo.com/erp/devel/pi/rev/bdc2ec814d75
changeset: 22933:bdc2ec814d75
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Fri May 02 12:03:07 2014 +0200
summary:   Fixes issue 26412: Removes code that was meant just for debugging

diffstat:

 
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b89cef38e75c -r bdc2ec814d75 
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
--- 
a/modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
  Fri May 02 10:39:23 2014 +0200
+++ 
b/modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
  Fri May 02 12:03:07 2014 +0200
@@ -314,7 +314,7 @@
         return properties;
       }
       result = currentEntity.getProperty(part);
-      if (true || !result.isProxy()) {
+      if (!result.isProxy()) {
         // do not add explicit join to _computedColumns
         properties.add(result);
       }

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to