details:   https://code.openbravo.com/erp/devel/pi/rev/a5cfc47000ab
changeset: 14208:a5cfc47000ab
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Tue Nov 08 03:54:05 2011 +0100
summary:   Fixes issue 18765: AND and OR logic does not work in column filter 
expressions

diffstat:

 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c84d368f836c -r a5cfc47000ab 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
--- 
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Mon Nov 07 18:33:22 2011 +0100
+++ 
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Tue Nov 08 03:54:05 2011 +0100
@@ -112,7 +112,7 @@
       result = { operator: "and", criteria: [] },
       crit = result.criteria,
       valueParts = [],
-      allowEx = this._shouldAllowExpressions(),
+      allowEx = true,
       ds = isc.DS.get(this.form.expressionDataSource || this.form.dataSource)
     ;
   

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to