Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013438 | Openbravo ERP | A. Platform | public | 2010-05-26 10:44 | 2012-03-02 15:39 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP9 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013438: There should be a way to force the loading of reference data and translations when executing the build tasks |
Description | Currently, reference data and translations are loaded when executing
ant smartbuild -Dlocal=no
but only if the modules where just installed (that is, if their status is 'I'). If the modules were already applied, the translations and reference data are not loaded again (as they were already loaded the first time the module was installed).
This behaviour is fine in general, but there should be a way to force the loading of reference data and translations in case for some reason they need to be loaded again. |
Steps To Reproduce | |
Proposed Solution | An ant property which allows the user to force the loading of reference data and translations will be added. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-26 10:44 | marvintm | New Issue | |
2010-05-26 10:44 | marvintm | Assigned To | => marvintm |
2010-05-26 10:44 | marvintm | OBNetwork customer | => No |
2010-05-31 08:34 | alostale | Status | new => scheduled |
2010-05-31 08:34 | alostale | fix_in_branch | => pi |
2012-02-16 12:12 | hgbot | Checkin | |
2012-02-16 12:12 | hgbot | Note Added: 0045186 | |
2012-02-16 12:12 | hgbot | Status | scheduled => resolved |
2012-02-16 12:12 | hgbot | Resolution | open => fixed |
2012-02-16 12:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/459c8c6700f5df8b4cc1385f5c854f7303c297fe [^] |
2012-02-27 17:38 | hgbot | Checkin | |
2012-02-27 17:38 | hgbot | Note Added: 0045484 | |
2012-02-27 17:50 | AugustoMauch | Note Added: 0045485 | |
2012-02-27 17:50 | AugustoMauch | Status | resolved => closed |
2012-02-27 17:50 | AugustoMauch | Fixed in Version | => 3.0MP9 |
2012-03-02 15:37 | hudsonbot | Checkin | |
2012-03-02 15:37 | hudsonbot | Note Added: 0045869 | |
2012-03-02 15:39 | hudsonbot | Checkin | |
2012-03-02 15:39 | hudsonbot | Note Added: 0045964 | |
Notes |
|
(0045186)
|
hgbot
|
2012-02-16 12:12
|
|
Repository: erp/devel/pi
Changeset: 459c8c6700f5df8b4cc1385f5c854f7303c297fe
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Feb 16 12:11:22 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/459c8c6700f5df8b4cc1385f5c854f7303c297fe [^]
Fixed issue 13438. Now the import of reference data and translations can be forced with -DforceRefData=true
---
M build.xml
M src/org/openbravo/erpCommon/modules/ApplyModule.java
M src/org/openbravo/erpCommon/modules/ApplyModuleTask.java
M src/org/openbravo/erpCommon/modules/ApplyModule_data.xsql
---
|
|
|
(0045484)
|
hgbot
|
2012-02-27 17:38
|
|
|
|
|
Code reviewed and verified |
|
|
|
|
|
|
|