Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016744Openbravo ERPA. Platformpublic2011-04-11 13:552011-04-12 00:00
shuehner 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0RC6 
Query/List widget
No
0016744: Export csv of querylist widgets is broken
The export button of a queryList widget does currently create a broken CSV file.

Problem is that the complete content of the first (header) line seems to be appended to each data line also.

Login as Openbravo user with standard role
Use the 'export as csv' button for the 'Invoices to collect' example widget
check the created csv file.
No tags attached.
Issue History
2011-04-11 13:55shuehnerNew Issue
2011-04-11 13:55shuehnerAssigned To => alostale
2011-04-11 13:55shuehnerModules => Query/List widget
2011-04-11 14:23shuehnerTarget Version => 3.0RC6
2011-04-11 15:36hgbotCheckin
2011-04-11 15:36hgbotNote Added: 0035821
2011-04-11 15:36hgbotStatusnew => resolved
2011-04-11 15:36hgbotResolutionopen => fixed
2011-04-11 15:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c07f587c8a88793a10524a82b8075294e2fd7f8f [^]
2011-04-11 16:05shuehnerNote Added: 0035824
2011-04-11 16:05shuehnerStatusresolved => closed
2011-04-12 00:00anonymoussf_bug_id0 => 3284844

Notes
(0035821)
hgbot   
2011-04-11 15:36   
Repository: erp/devel/pi
Changeset: c07f587c8a88793a10524a82b8075294e2fd7f8f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Apr 11 15:35:02 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c07f587c8a88793a10524a82b8075294e2fd7f8f [^]

Fixed issue 16744. Property names will not be printed in each data line.

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
(0035824)
shuehner   
2011-04-11 16:05   
Reviewed & tested on pi/pgsql (rev-id: c07f587c8a88). Now header line is not appended to each data line for csv export of QueryListWidget.
Quick regression check shows that csv export of generated windows is working fine as before.