details:   https://code.openbravo.com/erp/devel/pi/rev/17016914f029
changeset: 28136:17016914f029
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Wed Dec 16 09:05:20 2015 +0100
summary:   related to issue 31705: do not set singleDateMode after clearing 
filter values

The singleDateMode should not be set to true when clearing the filter values 
because this is preventing the date range dialog to appear under some 
circumnstances.

diffstat:

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

diffs (11 lines):

diff -r bac3b234b912 -r 17016914f029 
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
       Tue Dec 15 22:47:22 2015 +0000
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
       Wed Dec 16 09:05:20 2015 +0100
@@ -457,7 +457,6 @@
   clearFilterValues: function () {
     this.singleDateValue = null;
     this.singleDateDisplayValue = '';
-    this.singleDateMode = true;
     this.rangeItemValue = null;
     this.rangeItem.setValue(null);
     this.setElementValue('', '');

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to