Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037079 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2017-10-16 18:15 | 2018-01-03 12:39 | |||
Reporter | JONHM | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR18Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 90ee5c965823 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 48541 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037079: more records than expected are fetched when filtering by date ranges | |||||||
Description | It shows more records than expected when filtering by date in grid mode | |||||||
Steps To Reproduce | Open "Process Monitor" window and filter by 'Start time': - From: "Tomorrow" - To: "Tomorrow" -> It shows also records from today | |||||||
Proposed Solution | ON file ./modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java change calendar.set(Calendar.HOUR, 23); with calendar.set(Calendar.HOUR_OF_DAY, 23); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
![]() |
|
(0100788) hgbot (developer) 2017-11-28 16:22 |
Repository: erp/devel/pi Changeset: 90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue Nov 28 13:50:04 2017 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 [^] fixes bug 37079: wrong result when filtering by a range of a DateTime column When filtering by a range of dates, the time is set to 0 or 24 hours (depending on the operator) in order to retrieve properly all the records within the same date range. However, when filtering by range of a column based in a reference that includes the time (DateTime/AbsoluteDateTime), it is also needed to compare and therefore it should not be modified --- M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java --- |
(0100885) alostale (viewer) 2017-12-01 11:21 |
fixed + reviewed |
(0101491) hudsonbot (viewer) 2018-01-03 12: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/c81e0d3cbab5 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2017-10-16 18:15 | JONHM | New Issue | |
2017-10-16 18:15 | JONHM | Assigned To | => platform |
2017-10-16 18:15 | JONHM | File Added: Screenshot from 2017-10-16 18-01-46.png | |
2017-10-16 18:15 | JONHM | OBNetwork customer | => Yes |
2017-10-16 18:15 | JONHM | Modules | => Core |
2017-10-16 18:15 | JONHM | Support ticket | => 48541 |
2017-10-16 18:15 | JONHM | Triggers an Emergency Pack | => No |
2017-10-16 18:18 | JONHM | Steps to Reproduce Updated | View Revisions |
2017-10-16 18:31 | JONHM | Description Updated | View Revisions |
2017-10-17 08:17 | alostale | Status | new => acknowledged |
2017-10-17 08:18 | alostale | Summary | It shows more records than expected when filtering by date in grid mode => more records than expected are fetched when filtering by date ranges |
2017-11-07 11:57 | egoitz | Proposed Solution updated | |
2017-11-09 15:39 | inigosanchez | Status | acknowledged => scheduled |
2017-11-09 15:39 | inigosanchez | Assigned To | platform => inigosanchez |
2017-11-13 13:30 | inigosanchez | Assigned To | inigosanchez => platform |
2017-11-13 13:30 | inigosanchez | Status | scheduled => acknowledged |
2017-11-27 09:37 | alostale | Priority | normal => high |
2017-11-28 11:02 | caristu | Relationship added | related to 0018079 |
2017-11-28 11:02 | caristu | Relationship added | related to 0032600 |
2017-11-28 12:48 | caristu | Relationship added | related to 0023203 |
2017-11-28 12:59 | caristu | Relationship added | related to 0025755 |
2017-11-28 16:09 | caristu | Status | acknowledged => scheduled |
2017-11-28 16:09 | caristu | Assigned To | platform => caristu |
2017-11-28 16:22 | hgbot | Checkin | |
2017-11-28 16:22 | hgbot | Note Added: 0100788 | |
2017-11-28 16:22 | hgbot | Status | scheduled => resolved |
2017-11-28 16:22 | hgbot | Resolution | open => fixed |
2017-11-28 16:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 [^] |
2017-11-28 16:23 | caristu | Review Assigned To | => alostale |
2017-12-01 11:21 | alostale | Note Added: 0100885 | |
2017-12-01 11:21 | alostale | Status | resolved => closed |
2017-12-01 11:21 | alostale | Fixed in Version | => 3.0PR18Q1 |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101491 | |
2019-05-02 11:19 | caristu | Relationship added | causes 0040735 |
2019-05-07 11:21 | caristu | Relationship added | related to 0040794 |
2019-05-20 16:25 | caristu | Relationship added | causes 0040802 |
Copyright © 2000 - 2009 MantisBT Group |