Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011147Openbravo ERPA. Platformpublic2009-10-27 14:582009-11-19 00:00
shuehner 
mtaal 
highminorhave not tried
closedfixed 
5
pi 
 
Core
No
0011147: Export referencedata does place exported files for core module in wrong directory.
If you export a dataset via the 'Export reference data' process in the application and the dataset belong to the core module (i.e. Masterdata) then it is placed in the following directory:

#sourcePath/modules/org.openbravo/referencedata/standard

but it should be placed in

#sourcePath/referencedata/standard


As modules/ is in .hgignore you don't even see the exported file in 'hg stat' which makes it especially hard to find ;)
Login as System Admin role
Go to Application dictionary -> Datasets
Navigate to the Masterdata record and switch to edit view
Use the 'Export reference data' button and confirm in the popup window
Check that the Masterdata.xml file is create in the wrong location
No tags attached.
Issue History
2009-10-27 14:58shuehnerNew Issue
2009-10-27 14:58shuehnerAssigned To => rafaroda
2009-10-28 10:25rafarodaAssigned Torafaroda => mtaal
2009-10-28 10:25rafarodaPrioritynormal => high
2009-10-28 10:25rafarodaStatusnew => scheduled
2009-11-09 10:46hgbotCheckin
2009-11-09 10:46hgbotNote Added: 0021638
2009-11-09 10:46hgbotStatusscheduled => resolved
2009-11-09 10:46hgbotResolutionopen => fixed
2009-11-09 10:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/cb9a1e8f6e47b6f969a18ee9f970f4202f58734c [^]
2009-11-18 11:02marvintmNote Added: 0021954
2009-11-18 11:02marvintmStatusresolved => closed
2009-11-19 00:00anonymoussf_bug_id0 => 2900153

Notes
(0021638)
hgbot   
2009-11-09 10:46   
Repository: erp/devel/pi
Changeset: cb9a1e8f6e47b6f969a18ee9f970f4202f58734c
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Nov 09 10:43:20 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cb9a1e8f6e47b6f969a18ee9f970f4202f58734c [^]

Fixes issue 11147: Export referencedata does place exported files for core module in wrong directory.

---
M src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java
---
(0021954)
marvintm   
2009-11-18 11:02   
I exported the Masterdata dataset, and the new file replaced the old one, so this looks fine.