details:   https://code.openbravo.com/erp/devel/pi/rev/77bd40529a88
changeset: 15435:77bd40529a88
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Fri Feb 10 22:14:02 2012 +0100
summary:   Related to issue 18557: Filter Expression: comparing to other field 
(column) values

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cc337f4d535b -r 77bd40529a88 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Fri Feb 10 21:09:22 2012 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Fri Feb 10 22:14:02 2012 +0100
@@ -256,7 +256,12 @@
             this.preventPerformFilterFiring();
             return;
           }
-          
+
+          if (val.startsWith('=')) {
+            this.preventPerformFilterFiring();
+            return;
+          }
+
           // now check if the item element value is only
           // an operator, if so, go away
           opDefs = isc.DataSource.getSearchOperators();

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to