Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013753 | Openbravo ERP | 01. General setup | public | 2010-06-23 16:56 | 2010-07-24 00:00 |
|
Reporter | egoitz | |
Assigned To | adrianromero | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP18 | |
Target Version | 2.50MP20 | Fixed in Version | 2.50MP20 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013753: The backup created at backup_install folder when updating core does not include build.xml file |
Description | The backup created at backup_install folder when updating core does not include build.xml file.
this file is necesary if you want to restore the previous release. |
Steps To Reproduce | -Login into a application in a release that is not the last mp
-Scan for updates.
-Click on install updates now
-When this process finish, go to backup_install folder of openbravo installation folder.
-Uncompress the zip file created as core's backup
-See that the build.xml file is not on it. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-23 16:56 | egoitz | New Issue | |
2010-06-23 16:56 | egoitz | Assigned To | => adrianromero |
2010-06-23 16:56 | egoitz | OBNetwork customer | => Yes |
2010-06-24 16:21 | adrianromero | Status | new => scheduled |
2010-06-24 16:21 | adrianromero | fix_in_branch | => pi |
2010-07-12 16:56 | hgbot | Checkin | |
2010-07-12 16:56 | hgbot | Note Added: 0029240 | |
2010-07-12 16:56 | hgbot | Status | scheduled => resolved |
2010-07-12 16:56 | hgbot | Resolution | open => fixed |
2010-07-12 16:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/eee78c7f361458ca72ab6edae307f2a465b7b1ad [^] |
2010-07-12 16:58 | adrianromero | Note Added: 0029241 | |
2010-07-14 04:43 | hudsonbot | Checkin | |
2010-07-14 04:43 | hudsonbot | Note Added: 0029288 | |
2010-07-23 11:41 | psarobe | Note Added: 0029520 | |
2010-07-23 11:41 | psarobe | Status | resolved => closed |
2010-07-23 11:41 | psarobe | Fixed in Version | => 2.50MP20 |
2010-07-24 00:00 | anonymous | sf_bug_id | 0 => 3033802 |
Notes |
|
(0029240)
|
hgbot
|
2010-07-12 16:56
|
|
Repository: erp/devel/pi
Changeset: eee78c7f361458ca72ab6edae307f2a465b7b1ad
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jul 12 16:55:56 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/eee78c7f361458ca72ab6edae307f2a465b7b1ad [^]
Fixes issue 0013753: The backup created at backup_install folder when updating core does not include build.xml file
It just has been added to the backup zip the file build.xml
---
M src/org/openbravo/erpCommon/modules/ImportModule.java
---
|
|
|
|
* Testing of the issue
Now when creating the backup of the core module, the build.xml file is added to the zip file
* No other areas are affected, only the update and restore of the core file. |
|
|
|
|
|
|
Tested working fine. I have updated core from mp20 to a dummy mp21 and I can see the build.xml inside the .zip file |
|