Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041076 | Openbravo ERP | B. User interface | public | 2019-06-12 10:26 | 2020-05-05 10:19 |
|
Reporter | ngarcia | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q3 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | Gold |
Web browser | |
Modules | Core |
Support ticket | 10059 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0041076: With Lazy Filtering Date filters are not applied after the value is formatted, you should change to another field |
Description | With Lazy Filtering Date filters are not applied after the value is formatted, you should change to another field |
Steps To Reproduce | 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) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | 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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-06-12 10:26 | ngarcia | New Issue | |
2019-06-12 10:26 | ngarcia | Assigned To | => platform |
2019-06-12 10:26 | ngarcia | OBNetwork customer | => Gold |
2019-06-12 10:26 | ngarcia | Modules | => Core |
2019-06-12 10:26 | ngarcia | Support ticket | => 10059 |
2019-06-12 10:26 | ngarcia | Triggers an Emergency Pack | => No |
2019-06-12 10:26 | ngarcia | Issue Monitored: networkb | |
2019-06-13 19:25 | caristu | Assigned To | platform => caristu |
2019-06-13 19:25 | caristu | Status | new => scheduled |
2019-06-17 11:16 | hgbot | Checkin | |
2019-06-17 11:16 | hgbot | Note Added: 0112808 | |
2019-06-17 11:16 | hgbot | Status | scheduled => resolved |
2019-06-17 11:16 | hgbot | Resolution | open => fixed |
2019-06-17 11:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813ee34184461ffa7600135765d85208 [^] |
2019-06-17 11:27 | caristu | Review Assigned To | => AugustoMauch |
2019-06-17 19:39 | hudsonbot | Checkin | |
2019-06-17 19:39 | hudsonbot | Note Added: 0112838 | |
2019-06-24 10:51 | hgbot | Checkin | |
2019-06-24 10:51 | hgbot | Note Added: 0112966 | |
2019-06-25 19:41 | hgbot | Checkin | |
2019-06-25 19:41 | hgbot | Note Added: 0113012 | |
2019-06-25 19:41 | AugustoMauch | Note Added: 0113013 | |
2019-06-25 19:41 | AugustoMauch | Status | resolved => closed |
2019-06-25 19:41 | AugustoMauch | Fixed in Version | => 3.0PR19Q3 |
2019-06-26 04:55 | hudsonbot | Checkin | |
2019-06-26 04:55 | hudsonbot | Note Added: 0113016 | |
2019-06-26 04:55 | hudsonbot | Checkin | |
2019-06-26 04:55 | hudsonbot | Note Added: 0113020 | |
2020-05-04 13:02 | alostale | Relationship added | causes 0043917 |
2020-05-05 10:14 | caristu | Relationship added | related to 0043929 |
2020-05-05 10:19 | caristu | Relationship added | related 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
---
|
|
|
|
|
|
(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
---
|
|
|
|
Code reviewed and verified |
|
|
|
|
|
|
|