Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029324 | Openbravo ERP | A. Platform | public | 2015-03-17 12:55 | 2015-04-01 08:31 |
|
Reporter | jonalegriaesarte | |
Assigned To | alostale | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1.2 | Fixed in Version | 3.0PR15Q1.2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 35072 |
Regression level | Production - Confirmed Stable |
Regression date | 2013-07-11 |
Regression introduced in release | 3.0MP26 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/bed326b6ddf6f08b10cf22cd7403aff84c0e3750 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029324: Download attachments seleting several records is not working fine |
Description | Download attachments seleting several records is not working fine. This functionality was working fine in old releases (tested in MP20) |
Steps To Reproduce | - Sales invoice window, select one invoice, add an attachement
- Select a different invoice and add a new attachement
- In grid mode, select both invoices and download the attachments, using the attachment button.
- The zip file downloaded can not be opened. It is corrupted. |
Proposed Solution | |
Additional Information | |
Tags | Approved |
Relationships | blocks | defect | 0029313 | 3.0PR15Q2 | closed | alostale | Download attachments selecting several records is not working fine |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-18 08:55 | alostale | Type | defect => backport |
2015-03-18 08:55 | alostale | Target Version | 3.0PR15Q2 => 3.0PR15Q1.2 |
2015-03-18 09:38 | hgbot | Checkin | |
2015-03-18 09:38 | hgbot | Note Added: 0075720 | |
2015-03-18 09:38 | hgbot | Status | scheduled => resolved |
2015-03-18 09:38 | hgbot | Resolution | open => fixed |
2015-03-18 09:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^] |
2015-03-18 20:58 | dmitry_mezentsev | Tag Attached: Approved | |
2015-03-20 12:56 | AugustoMauch | Note Added: 0075794 | |
2015-03-20 12:56 | AugustoMauch | Status | resolved => closed |
2015-03-20 12:56 | AugustoMauch | Fixed in Version | => 3.0PR15Q1.2 |
2015-04-01 08:07 | hgbot | Checkin | |
2015-04-01 08:07 | hgbot | Note Added: 0076218 | |
2015-04-01 08:07 | hgbot | Status | closed => resolved |
2015-04-01 08:07 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^] |
2015-04-01 08:31 | priyam | Status | resolved => closed |
2015-04-01 08:31 | priyam | Note Added: 0076263 | |
Notes |
|
(0075720)
|
hgbot
|
2015-03-18 09:38
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: 3869b51e84622d836a04fd6c6d1a2b4d9e03daa5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 18 09:08:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^]
fixed bug 29324: attachment download of different records at once fails
It generated an invalid zip file.
The problem was it tried to find the attachment directory based on the whole
list of ids to download instead of splitting it.
---
M src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
---
|
|
|
|
Code reviewed and verified in PR15Q1.2@945b0c9434d7 |
|
|
(0076218)
|
hgbot
|
2015-04-01 08:07
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: 3869b51e84622d836a04fd6c6d1a2b4d9e03daa5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 18 09:08:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^]
fixed bug 29324: attachment download of different records at once fails
It generated an invalid zip file.
The problem was it tried to find the attachment directory based on the whole
list of ids to download instead of splitting it.
---
M src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
---
|
|
|
(0076263)
|
priyam
|
2015-04-01 08:31
|
|
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2 |
|