Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014497 | Openbravo ERP | A. Platform | public | 2010-09-09 12:44 | 2012-10-11 07:50 |
|
Reporter | dmitry_mezentsev | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP20 | |
Target Version | | Fixed in Version | 3.0MP17 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0014497: Update information for the modules is not correct and is not user friendly |
Description | Install Modules window shows incorrect version of the currently installed module and is not showing MP label for the Core. |
Steps To Reproduce | 1. 2.50MP20 with APR 1.0.3 installed
2. Search for the update - available 2.50MP21 and APR 1.0.4 (screenshot - http://awesomescreenshot.com/0b815tvd5 [^]).
3. Press Install Updates Now
4. Mention that pop-up Install Modules window (screenshot is attached) shows that
* current APR version is 1.0.4 (while it is 1.0.3)
* current Core version is shown without MP label while version proposed as an update has it. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0018704 | | closed | alostale | Current version is showing the version I am installing | related to | design defect | 0013576 | | closed | shankarb | [NewCR] When installing the updates, some modules have a note about the needed version that adds no information |
|
Attached Files | InstallModules.png (23,931) 2010-09-09 12:47 https://issues.openbravo.com/file_download.php?file_id=3065&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-09 12:44 | dmitry_mezentsev | New Issue | |
2010-09-09 12:44 | dmitry_mezentsev | Assigned To | => alostale |
2010-09-09 12:44 | dmitry_mezentsev | OBNetwork customer | => No |
2010-09-09 12:46 | dmitry_mezentsev | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=827#r827 |
2010-09-09 12:47 | dmitry_mezentsev | File Added: InstallModules.png | |
2010-09-13 08:04 | alostale | Status | new => scheduled |
2012-04-26 15:16 | alostale | Relationship added | has duplicate 0018704 |
2012-04-26 15:29 | alostale | Relationship added | related to 0013576 |
2012-10-03 11:31 | AugustoMauch | Assigned To | alostale => shankarb |
2012-10-08 12:41 | hgbot | Checkin | |
2012-10-08 12:41 | hgbot | Note Added: 0053101 | |
2012-10-08 12:41 | hgbot | Status | scheduled => resolved |
2012-10-08 12:41 | hgbot | Resolution | open => fixed |
2012-10-08 12:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b9f462c272d345755b588b0618e01fc36d852b58 [^] |
2012-10-08 12:44 | AugustoMauch | Review Assigned To | => AugustoMauch |
2012-10-08 12:44 | AugustoMauch | Note Added: 0053102 | |
2012-10-08 12:44 | AugustoMauch | Status | resolved => closed |
2012-10-08 12:44 | AugustoMauch | Fixed in Version | => 3.0MP17 |
2012-10-08 18:17 | hgbot | Checkin | |
2012-10-08 18:17 | hgbot | Note Added: 0053125 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053256 | |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053268 | |
Notes |
|
(0053101)
|
hgbot
|
2012-10-08 12:41
|
|
Repository: erp/devel/pi
Changeset: b9f462c272d345755b588b0618e01fc36d852b58
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Oct 03 15:03:07 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b9f462c272d345755b588b0618e01fc36d852b58 [^]
Fixes Issue 0014497: Update information for the modules is not correct
Fixed the following items:
Instead of the current version number, the version number to be installed was getting displayed.
The MP version was not shown for the current version.
---
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---
|
|
|
|
Code reviewed and verified in pi@b9f462c272d3 |
|
|
(0053125)
|
hgbot
|
2012-10-08 18:17
|
|
Repository: erp/devel/pi
Changeset: 3d42091c9154d1fb4126e8338bcfb42be81fa117
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Oct 03 17:38:50 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3d42091c9154d1fb4126e8338bcfb42be81fa117 [^]
Fixes Issue 13576 : Needed Version not shown if it is same as Module Version.
The Minimum Needed Version is not shown if it is the same as the Module Version.
This fix will work only if the fix for Issue 14497 is present (related fix).
---
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---
|
|
|
|
|
|
|
|