Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0041076Openbravo ERPB. User interfacepublic2019-06-12 10:262020-05-05 10:19
ngarcia 
caristu 
highminoralways
closedfixed 
5
 
3.0PR19Q3 
AugustoMauch
Core
No
0041076: With Lazy Filtering Date filters are not applied after the value is formatted, you should change to another field
With Lazy Filtering Date filters are not applied after the value is formatted, you should change to another field
In https://livebuilds.openbravo.com/retail_pi_pgsql/ [^] as The White Valley Group Admin:
   Open Terminal Log window
   Add 'VBS-1' in Device Identifier filter
   Click Enter
   Add '11062019' in the Date filter
   Click Enter
   Check the date is formatted to '11-06-2019' but the filter is not applied
   Check the black check is not shown on the right side
   Change to another filter with tab
   Click Enter and check the filter is applied at this moment (the black check was shown in this case)
No tags attached.
related to design defect 0043929 new Triage Platform Base Date Filter Improvements 
related to defect 0043930 new Triage Platform Base Sorter icon is wrongly enabled under some circumstances 
causes defect 0043917 closed cberner Filtering in the grid is not working properly using the keybord 
Issue History
2019-06-12 10:26ngarciaNew Issue
2019-06-12 10:26ngarciaAssigned To => platform
2019-06-12 10:26ngarciaModules => Core
2019-06-12 10:26ngarciaTriggers an Emergency Pack => No
2019-06-12 10:26ngarciaIssue Monitored: networkb
2019-06-13 19:25caristuAssigned Toplatform => caristu
2019-06-13 19:25caristuStatusnew => scheduled
2019-06-17 11:16hgbotCheckin
2019-06-17 11:16hgbotNote Added: 0112808
2019-06-17 11:16hgbotStatusscheduled => resolved
2019-06-17 11:16hgbotResolutionopen => fixed
2019-06-17 11:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813ee34184461ffa7600135765d85208 [^]
2019-06-17 11:27caristuReview Assigned To => AugustoMauch
2019-06-17 19:39hudsonbotCheckin
2019-06-17 19:39hudsonbotNote Added: 0112838
2019-06-24 10:51hgbotCheckin
2019-06-24 10:51hgbotNote Added: 0112966
2019-06-25 19:41hgbotCheckin
2019-06-25 19:41hgbotNote Added: 0113012
2019-06-25 19:41AugustoMauchNote Added: 0113013
2019-06-25 19:41AugustoMauchStatusresolved => closed
2019-06-25 19:41AugustoMauchFixed in Version => 3.0PR19Q3
2019-06-26 04:55hudsonbotCheckin
2019-06-26 04:55hudsonbotNote Added: 0113016
2019-06-26 04:55hudsonbotCheckin
2019-06-26 04:55hudsonbotNote Added: 0113020
2020-05-04 13:02alostaleRelationship addedcauses 0043917
2020-05-05 10:14caristuRelationship addedrelated to 0043929
2020-05-05 10:19caristuRelationship addedrelated to 0043930

Notes
(0112808)
hgbot   
2019-06-17 11:16   
Repository: erp/devel/pi
Changeset: a82f9a0e813ee34184461ffa7600135765d85208
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jun 17 10:21:54 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813ee34184461ffa7600135765d85208 [^]

fixes bug 41076: Date filter behavior on enter key press with lazy filtering

  Takes into lazy filtering when pressing the enter key. Now if lazy filtering is enabled and we press enter on a date filter:

  1- If it is detected that the filter has changed (using the new "previousLazyFilterValue" flag), then the grid is prepared to be filtered when pressing enter again or clicking on the funnel icon.
  2- If the filter has not changed, then we let the grid decide if it should perform the filtering or not.
  3- If the filter has not changed, it is empty and we have already applied the filtering, then the date range dialog is shown.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
(0112838)
hudsonbot   
2019-06-17 19:39   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/2ad95dac1570 [^]
Maturity status: Test
(0112966)
hgbot   
2019-06-24 10:51   
Repository: erp/devel/pi
Changeset: 528ceb0d7d4c84209ab76385c2f861c9ef33e984
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jun 24 10:46:01 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/528ceb0d7d4c84209ab76385c2f861c9ef33e984 [^]

related to issue 41076: clear new flag when exiting the date filter

  The "previousLazyFilterValue" flag should be cleared when exiting the date filter. Otherwise, the last filtered value is preserved and this caused the sorter not being properly enabled when returning to the filter and entering exactly the very same date entered on the previous filtering.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
(0113012)
hgbot   
2019-06-25 19:41   
Repository: erp/devel/pi
Changeset: d5d51bdd2bc4c3dff88893443465bb32cc5d4a8e
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jun 25 19:40:12 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d5d51bdd2bc4c3dff88893443465bb32cc5d4a8e [^]

related to bug 41076: handle case of pressing enter without edits on the filter

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
(0113013)
AugustoMauch   
2019-06-25 19:41   
Code reviewed and verified
(0113016)
hudsonbot   
2019-06-26 04:55   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0c724fa9726e [^]
Maturity status: Test
(0113020)
hudsonbot   
2019-06-26 04:55   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0c724fa9726e [^]
Maturity status: Test