Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014432 | Openbravo ERP | A. Platform | public | 2010-09-03 19:14 | 2010-09-13 12:38 |
|
Reporter | psarobe | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | 2.50MP21 | Fixed in Version | 2.50MP21 | |
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 | 0014432: Packs modules cannot be installed through file system |
Description | Packs modules cannot be installed through file system. |
Steps To Reproduce | 1. Login as Openbravo/openbravo
2. Go to General Setup || Application || Module Management || Add modules
3. Click Browse file system
4. Select SLP 1.4.3
|
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | |
Attached Files | 14432_proposed_fix.diff (1,012) 2010-09-03 20:15 https://issues.openbravo.com/file_download.php?file_id=3027&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-03 19:14 | psarobe | New Issue | |
2010-09-03 19:14 | psarobe | Assigned To | => shuehner |
2010-09-03 19:14 | psarobe | OBNetwork customer | => No |
2010-09-03 19:15 | psarobe | Status | new => scheduled |
2010-09-03 19:15 | psarobe | fix_in_branch | => pi |
2010-09-03 19:46 | psarobe | Tag Attached: Regression QA | |
2010-09-03 20:12 | shuehner | Note Added: 0030611 | |
2010-09-03 20:12 | shuehner | Assigned To | shuehner => alostale |
2010-09-03 20:12 | shuehner | Status | scheduled => acknowledged |
2010-09-03 20:15 | shuehner | Note Added: 0030612 | |
2010-09-03 20:15 | shuehner | File Added: 14432_proposed_fix.diff | |
2010-09-04 09:23 | jpabloae | Issue Monitored: jpabloae | |
2010-09-05 15:37 | hgbot | Checkin | |
2010-09-05 15:37 | hgbot | Note Added: 0030617 | |
2010-09-05 15:37 | hgbot | Status | acknowledged => resolved |
2010-09-05 15:37 | hgbot | Resolution | open => fixed |
2010-09-05 15:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a14b8f864fb41cf3740d2a19372e65852a2bc602 [^] |
2010-09-06 13:09 | psarobe | Note Added: 0030643 | |
2010-09-06 13:09 | psarobe | Status | resolved => closed |
2010-09-06 13:09 | psarobe | Fixed in Version | => 2.50MP21 |
2010-09-07 09:18 | hudsonbot | Checkin | |
2010-09-07 09:18 | hudsonbot | Note Added: 0030718 | |
2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065199 |
Notes |
|
|
Verified, problem happens. From debugging all install from local obx file including other modules (Includes='Y', Packs) do not work correctly. |
|
|
|
Attaching proposed bugfix:
When installing from local system the function modules2mods in VersionUtility.java calculates availableMinVer & availableMaxVer for all modules in the set.
Because of a wrong logic the availableMaxVer was never filled in, which breaks logic using that field later. |
|
|
(0030617)
|
hgbot
|
2010-09-05 15:37
|
|
Repository: erp/devel/pi
Changeset: a14b8f864fb41cf3740d2a19372e65852a2bc602
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Sun Sep 05 11:32:56 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a14b8f864fb41cf3740d2a19372e65852a2bc602 [^]
fixed bug 14432: Packs modules cannot be installed through file system
Set current version as max and min available in case there are no other
versions.
---
M src/org/openbravo/erpCommon/modules/VersionUtility.java
---
|
|
|
|
|
|
|
|