Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029324Openbravo ERPA. Platformpublic2015-03-17 12:552015-04-01 08:31
jonalegriaesarte 
alostale 
immediateminorhave not tried
closedfixed 
5
 
3.0PR15Q1.23.0PR15Q1.2 
AugustoMauch
Core
Production - Confirmed Stable
2013-07-11
3.0MP26
https://code.openbravo.com/erp/devel/pi/rev/bed326b6ddf6f08b10cf22cd7403aff84c0e3750 [^]
No
0029324: Download attachments seleting several records is not working fine
Download attachments seleting several records is not working fine. This functionality was working fine in old releases (tested in MP20)
- 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.
Approved
blocks defect 00293133.0PR15Q2 closed alostale Download attachments selecting several records is not working fine 
Issue History
2015-03-18 08:55alostaleTypedefect => backport
2015-03-18 08:55alostaleTarget Version3.0PR15Q2 => 3.0PR15Q1.2
2015-03-18 09:38hgbotCheckin
2015-03-18 09:38hgbotNote Added: 0075720
2015-03-18 09:38hgbotStatusscheduled => resolved
2015-03-18 09:38hgbotResolutionopen => fixed
2015-03-18 09:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^]
2015-03-18 20:58dmitry_mezentsevTag Attached: Approved
2015-03-20 12:56AugustoMauchNote Added: 0075794
2015-03-20 12:56AugustoMauchStatusresolved => closed
2015-03-20 12:56AugustoMauchFixed in Version => 3.0PR15Q1.2
2015-04-01 08:07hgbotCheckin
2015-04-01 08:07hgbotNote Added: 0076218
2015-04-01 08:07hgbotStatusclosed => resolved
2015-04-01 08:07hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3869b51e84622d836a04fd6c6d1a2b4d9e03daa5 [^]
2015-04-01 08:31priyamStatusresolved => closed
2015-04-01 08:31priyamNote 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
---
(0075794)
AugustoMauch   
2015-03-20 12:56   
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