details:   https://code.openbravo.com/erp/devel/pi/rev/471b8c5410e5
changeset: 18096:471b8c5410e5
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Mon Oct 01 19:00:47 2012 +0200
summary:   Issue 21697: Backout 803d0686dbd3 as it breaks int-gui tests

details:   https://code.openbravo.com/erp/devel/pi/rev/85a11d1edcaf
changeset: 18097:85a11d1edcaf
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Mon Oct 01 19:01:27 2012 +0200
summary:   Issue 21697: Backout e3837a02a9d5  as it breaks int-gui tests

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
 |  6 ------
 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
        |  6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diffs (32 lines):

diff -r 181ee1644e9d -r 85a11d1edcaf 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
       Mon Oct 01 18:25:04 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
       Mon Oct 01 19:01:27 2012 +0200
@@ -278,12 +278,6 @@
       return;
     }
 
-    // Apply the empty filter if the date text has been deleted
-    // See issue https://issues.openbravo.com/view.php?id=21697
-    if (newValue === '') {
-      return true;
-    }
-
     if (newValue === oldValue) {
       return false;
     }
diff -r 181ee1644e9d -r 85a11d1edcaf 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Mon Oct 01 18:25:04 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
      Mon Oct 01 19:01:27 2012 +0200
@@ -577,12 +577,6 @@
     return ret;
   },
 
-  // If the filter has not been applied yet, apply it when it loses the focus
-  blur: function () {
-    this.form.grid.performAction();
-    return this.Super('blur', arguments);
-  },
-
   convertToStringValue: function (value) {
     var type = this.typeInstance;
     if (!isc.isA.String(value)) {

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to