Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018493 | Openbravo ERP | A. Platform | public | 2011-09-12 08:49 | 2011-10-12 01:58 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP4 | Fixed in Version | 3.0MP4 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018493: When exporting a CSV file, the records are filtered by isActive=true |
Description | When the content of a window is exported to CSV, only the records which have isActive=True are exported. This is wrong, as the user should get the records that he can see in the grid, not only the active ones. |
Steps To Reproduce | - Go to the client window.
- Set the F&B client as inactive.
- Export to CSV. Both the F&B client and the System client should be exported, but you only get the System client. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0018495 | 3.0MP4 | closed | alostale | Export grid functionality does not export the inactive records |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-12 08:49 | marvintm | New Issue | |
2011-09-12 08:49 | marvintm | Assigned To | => marvintm |
2011-09-12 08:49 | marvintm | Modules | => Core |
2011-09-12 08:49 | marvintm | OBNetwork customer | => No |
2011-09-12 08:55 | hgbot | Checkin | |
2011-09-12 08:55 | hgbot | Note Added: 0040899 | |
2011-09-12 08:55 | hgbot | Status | new => resolved |
2011-09-12 08:55 | hgbot | Resolution | open => fixed |
2011-09-12 08:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/956e2fb068d8b9f4653b63a19ede8eddfea1a44a [^] |
2011-09-12 09:51 | jonalegriaesarte | Relationship added | has duplicate 0018495 |
2011-09-12 09:52 | jonalegriaesarte | OBNetwork customer | No => Yes |
2011-09-12 10:08 | marvintm | Note Added: 0040901 | |
2011-09-12 11:28 | dbaz | Status | resolved => closed |
2011-09-12 11:28 | dbaz | Fixed in Version | => 3.0MP3 |
2011-09-29 19:33 | hgbot | Checkin | |
2011-09-29 19:33 | hgbot | Note Added: 0041379 | |
2011-09-29 19:33 | hgbot | Status | closed => resolved |
2011-09-29 19:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/956e2fb068d8b9f4653b63a19ede8eddfea1a44a [^] => http://code.openbravo.com/erp/devel/pi/rev/8ee26bcb2bb800caec59dcb73f560d01a886ed61 [^] |
2011-09-29 19:33 | hgbot | Checkin | |
2011-09-29 19:33 | hgbot | Note Added: 0041382 | |
2011-09-29 19:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/8ee26bcb2bb800caec59dcb73f560d01a886ed61 [^] => http://code.openbravo.com/erp/devel/pi/rev/5aa80e898e2162d7bdf19bf286fcf038e28bc668 [^] |
2011-10-04 16:00 | dbaz | Status | resolved => closed |
2011-10-04 16:00 | dbaz | Fixed in Version | 3.0MP3 => 3.0MP4 |
2011-10-12 01:58 | hudsonbot | Checkin | |
2011-10-12 01:58 | hudsonbot | Note Added: 0041652 | |
Notes |
|
(0040899)
|
hgbot
|
2011-09-12 08:55
|
|
Repository: erp/devel/pi
Changeset: 956e2fb068d8b9f4653b63a19ede8eddfea1a44a
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Sep 12 08:52:38 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/956e2fb068d8b9f4653b63a19ede8eddfea1a44a [^]
Fixed issue 18493. All records (not just active ones) will be exported to CSV
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
|
To test, it's better to use for example the Sales Forecast window (Lines tab), than the Client window, as disabling your current client automatically logs you out of the application. |
|
|
(0041379)
|
hgbot
|
2011-09-29 19:33
|
|
Repository: erp/devel/pi
Changeset: 8ee26bcb2bb800caec59dcb73f560d01a886ed61
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Sep 12 08:52:38 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8ee26bcb2bb800caec59dcb73f560d01a886ed61 [^]
Fixed issue 18493. All records (not just active ones) will be exported to CSV
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
(0041382)
|
hgbot
|
2011-09-29 19:33
|
|
Repository: erp/devel/pi
Changeset: 5aa80e898e2162d7bdf19bf286fcf038e28bc668
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Sep 12 08:52:38 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5aa80e898e2162d7bdf19bf286fcf038e28bc668 [^]
Fixed issue 18493. All records (not just active ones) will be exported to CSV
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
|
|