Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016748Openbravo ERPA. Platformpublic2011-04-11 16:162011-06-02 17:20
shuehner 
marvintm 
normalminorhave not tried
closedfixed 
5
 
3.0MP0 
JSON Datasource
No
0016748: Bug with reading translation in export as csv code for generated windows.
The code reading translation for the export csv functionality of generated windows is filtering the trl-table with a translation=true filter which should not be done.

Note same bug has been fixed in the I18NComponent in pi-changeset: 488ad4e73d37
No tags attached.
Issue History
2011-04-11 16:16shuehnerNew Issue
2011-04-11 16:16shuehnerAssigned To => marvintm
2011-04-11 16:16shuehnerModules => JSON Datasource
2011-04-11 16:19shuehnerNote Added: 0035826
2011-05-02 11:01alostaleTarget Version => 3.0
2011-05-02 11:01alostaleStatusnew => scheduled
2011-05-27 17:48hgbotCheckin
2011-05-27 17:48hgbotNote Added: 0037678
2011-05-27 17:48hgbotStatusscheduled => resolved
2011-05-27 17:48hgbotResolutionopen => fixed
2011-05-27 17:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/af44aeacff1dbc6b579c34a7cd392e2ca668015b [^]
2011-05-31 09:44hudsonbotCheckin
2011-05-31 09:44hudsonbotNote Added: 0037788
2011-06-02 17:20shuehnerNote Added: 0037935
2011-06-02 17:20shuehnerStatusresolved => closed

Notes
(0035826)
shuehner   
2011-04-11 16:19   
Note: when fixing this issue there are two more copies of the same broken HQL
- WidgetProvider
- DataSourceProperty

When fixing this issue, those should be fixed also or refactored into a useful utility function, or the existing Utility.getListValueName reused.
(0037678)
hgbot   
2011-05-27 17:48   
Repository: erp/devel/pi
Changeset: af44aeacff1dbc6b579c34a7cd392e2ca668015b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri May 27 16:46:39 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/af44aeacff1dbc6b579c34a7cd392e2ca668015b [^]

Fixed issue 16748. Remove incorrect filtering by trl=true when reading refListTrls

---
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
(0037788)
hudsonbot   
2011-05-31 09:44   
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/ea275e03a164 [^]

Maturity status: Test
(0037935)
shuehner   
2011-06-02 17:20   
code-changes reviewed -> fine. no extra functional testing done as known to be ok as this cset just applies same fix as already done in other place in cset (488ad4e73d37). -> Closing