Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040735 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2019-04-30 17:26 | 2019-05-21 15:17 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 3d7237675ba2 | ||||
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 | Gold | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 9680 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2017-11-28 | |||||||
Regression introduced in release | 3.0PR18Q1 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0040735: Records can not be exported to CSV | |||||||
Description | In grid view, if you filter by creation date, the export process to CSV is not working | |||||||
Steps To Reproduce | . go to Business Partner window . in grid view, add column "Creation Date" . filter by Creation Date (see screenshot attached) . click in Export to Spreadsheet button CSV file is downloaded but it is empty (see file attached) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
![]() |
|
(0111490) caristu (viewer) 2019-05-06 09:53 edited on: 2019-05-06 09:55 |
Repository: erp/devel/pi Changeset: 3d7237675ba21defe75727ff05f83b132cee64ad Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon May 06 09:33:11 2019 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/3d7237675ba21defe75727ff05f83b132cee64ad [^] fixes issue 40735: wrong export to CSV having the grid filtered by a date time After the following changeset[1], exporting the grid to CSV was not working properly having the grid filtered by a date time column. Although the fix is correct, it caused the criteria sent to the datasource in this type of requests to stop being handled properly. To avoid this problem, when exporting to CSV a grid filtered by a date time column we send in the criteria the plain date (in the same way as it is being done for the standard grid DS requests) and the datasource will take care of building the date filter properly through the AdvancedQueryBuilder. [1] https://code.openbravo.com/erp/devel/pi/rev/90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 [^] --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js |
(0111497) hgbot (developer) 2019-05-06 12:16 |
Repository: erp/devel/pi Changeset: 3f7bc51bb14fc13152d8805cc537bc26e068ced3 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon May 06 12:12:55 2019 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/3f7bc51bb14fc13152d8805cc537bc26e068ced3 [^] related to issue 40735: minor code improvements - Update copyright year - Removed duplicated null check for "record" - Initialize "i" when needed - Remove useless assignment to "drawArea" --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js --- |
(0111528) alostale (viewer) 2019-05-07 11:14 |
reviewed + tested |
(0111530) hgbot (developer) 2019-05-07 11:15 |
Repository: erp/devel/pi Changeset: 8c40baeab17c54750daded7b0d45998615531b47 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue May 07 11:14:50 2019 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/8c40baeab17c54750daded7b0d45998615531b47 [^] related to issue 40735: add test case Added test case to cover the export of a grid filtered by a date column --- M src-test/src/org/openbravo/test/AllAntTaskTests.java M src-test/src/org/openbravo/test/base/TestConstants.java A src-test/src/org/openbravo/test/datasource/GridExport.java --- |
(0112009) hudsonbot (viewer) 2019-05-21 15:16 |
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/9b8f37d9d85e [^] Maturity status: Test |
(0112014) hudsonbot (viewer) 2019-05-21 15:17 |
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/9b8f37d9d85e [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2019-04-30 17:26 | malsasua | New Issue | |
2019-04-30 17:26 | malsasua | Assigned To | => platform |
2019-04-30 17:26 | malsasua | File Added: Screenshot from 2019-04-30 17-20-18.png | |
2019-04-30 17:26 | malsasua | OBNetwork customer | => No |
2019-04-30 17:26 | malsasua | Modules | => Core |
2019-04-30 17:26 | malsasua | Support ticket | => 9680 |
2019-04-30 17:26 | malsasua | Resolution time | => 1558303200 |
2019-04-30 17:26 | malsasua | Triggers an Emergency Pack | => No |
2019-04-30 17:27 | malsasua | File Added: ExportedData (19).csv | |
2019-05-02 11:18 | caristu | Assigned To | platform => caristu |
2019-05-02 11:19 | caristu | Regression level | => Production - Confirmed Stable |
2019-05-02 11:19 | caristu | Regression date | => 2017-11-28 |
2019-05-02 11:19 | caristu | Regression introduced in release | => 3.0PR18Q1 |
2019-05-02 11:19 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/90ee5c965823996a7b4c0ae17d3a3ca71e3fc703 [^] |
2019-05-02 11:19 | caristu | Relationship added | caused by 0037079 |
2019-05-02 11:29 | caristu | Status | new => scheduled |
2019-05-02 11:39 | alostale | Relationship added | related to 0038805 |
2019-05-06 09:53 | caristu | Note Added: 0111490 | |
2019-05-06 09:53 | caristu | Status | scheduled => resolved |
2019-05-06 09:53 | caristu | Fixed in SCM revision | => 3d7237675ba2 |
2019-05-06 09:53 | caristu | Resolution | open => fixed |
2019-05-06 09:53 | caristu | Note Edited: 0111490 | View Revisions |
2019-05-06 09:55 | caristu | Note Edited: 0111490 | View Revisions |
2019-05-06 10:14 | caristu | Fixed in SCM revision | 3d7237675ba2 => https://code.openbravo.com/erp/devel/pi/rev/3d7237675ba21defe75727ff05f83b132cee64ad [^] |
2019-05-06 11:52 | caristu | Review Assigned To | => alostale |
2019-05-06 12:16 | hgbot | Checkin | |
2019-05-06 12:16 | hgbot | Note Added: 0111497 | |
2019-05-06 12:31 | caristu | Relationship deleted | related to 0038805 |
2019-05-06 12:33 | caristu | Relationship added | has duplicate 0038805 |
2019-05-06 17:35 | malsasua | OBNetwork customer | No => Gold |
2019-05-07 11:14 | alostale | Note Added: 0111528 | |
2019-05-07 11:14 | alostale | Status | resolved => closed |
2019-05-07 11:14 | alostale | Fixed in Version | => 3.0PR19Q3 |
2019-05-07 11:15 | hgbot | Checkin | |
2019-05-07 11:15 | hgbot | Note Added: 0111530 | |
2019-05-10 09:39 | alostale | Relationship added | related to 0040829 |
2019-05-20 16:29 | caristu | Relationship added | related to 0040794 |
2019-05-20 16:29 | caristu | Relationship added | related to 0040802 |
2019-05-21 15:16 | hudsonbot | Checkin | |
2019-05-21 15:16 | hudsonbot | Note Added: 0112009 | |
2019-05-21 15:17 | hudsonbot | Checkin | |
2019-05-21 15:17 | hudsonbot | Note Added: 0112014 |
Copyright © 2000 - 2009 MantisBT Group |