Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011818 | Openbravo ERP | B. User interface | public | 2009-12-18 12:53 | 2009-12-24 12:06 |
|
Reporter | plujan | |
Assigned To | iperdomo | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP9 | |
Target Version | 2.50MP10 | Fixed in Version | pi | |
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 | 0011818: Required additional updates shows only the last available version not the minimum |
Description | If I am about to install a module that depends of a later version of core, the Required Additional Updates shows information only for last available version.
See steps. |
Steps To Reproduce | 1. Use 2.50mp8
2. Go to Module Console
3. Choose a module to install. Module depends of 2.50mp9.
4. Since mp10 is available, the Required Additional Updates section of the Installing window shows 2.50mp10. This is not correct. See proposed solution. |
Proposed Solution | Current context: 2.50.xxx (i.e. mp8)
Module A. Dependency: 2.50.yyy (i.e. mp9)
Last available core in Central Repository: 2.50.zzz (i.e. mp10)
When trying to install Module_A in mp8, I should get this message:
Current version: 2.50.xxx
Required version: 2.50.yyy
Version to install (last version available): 2.50.zzz |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0011863 | | closed | alostale | "needed" plus empty on message when updating Core | related to | defect | 0012021 | | closed | iperdomo | Incorrect message when user tries to install commercial module for which they do not have a license |
|
Attached Files | issue_11818_prototype_patch.diff (8,645) 2009-12-20 22:49 https://issues.openbravo.com/file_download.php?file_id=2060&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2009-12-18 12:53 | plujan | New Issue | |
2009-12-18 12:53 | plujan | Assigned To | => shuehner |
2009-12-18 12:53 | plujan | OBNetwork customer | => No |
2009-12-18 12:54 | plujan | Status | new => scheduled |
2009-12-18 12:54 | plujan | fix_in_branch | => pi |
2009-12-18 13:42 | jpabloae | Issue Monitored: jpabloae | |
2009-12-20 22:40 | shuehner | Note Added: 0022964 | |
2009-12-20 22:49 | shuehner | File Added: issue_11818_prototype_patch.diff | |
2009-12-20 22:50 | shuehner | Note Added: 0022965 | |
2009-12-20 22:52 | shuehner | Assigned To | shuehner => iperdomo |
2009-12-21 09:05 | harpreet | Issue Monitored: harpreet | |
2009-12-22 11:36 | hgbot | Checkin | |
2009-12-22 11:36 | hgbot | Note Added: 0023002 | |
2009-12-22 11:36 | hgbot | Status | scheduled => resolved |
2009-12-22 11:36 | hgbot | Resolution | open => fixed |
2009-12-22 11:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9161ae7683baba2d7ed8968710217cbda5507364 [^] |
2009-12-22 19:43 | plujan | Note Added: 0023025 | |
2009-12-22 19:43 | plujan | Status | resolved => closed |
2009-12-22 19:43 | plujan | Fixed in Version | => pi |
2009-12-23 00:00 | anonymous | sf_bug_id | 0 => 2919667 |
2009-12-23 19:58 | plujan | Relationship added | related to 0011863 |
2009-12-24 12:06 | hudsonbot | Checkin | |
2009-12-24 12:06 | hudsonbot | Note Added: 0023055 | |
2010-01-22 09:23 | alostale | Relationship added | related to 0012021 |
Notes |
|
|
A naive formatting of the requested information could look like this. All info is printed in a single line, as the current layout prints a single line per additionally needed install or update:
for installs:
Invoices Register Book 1.1.1 (needed 1.1.0) - view details
for updates:
core 2.50.15487 (current 2.50.15307, needed 2.50.15487) - view details |
|
|
|
Attached prototype patch which implements the output as described in the previous comments which the exception that showing the currently installed version for updates is not yet implemented (todo entry in the patch). |
|
|
(0023002)
|
hgbot
|
2009-12-22 11:36
|
|
Repository: erp/devel/pi
Changeset: 9161ae7683baba2d7ed8968710217cbda5507364
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Dec 22 11:35:50 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9161ae7683baba2d7ed8968710217cbda5507364 [^]
Fixes issue 11818: Added logic to display different messages based on modules info
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_ErrorCommercial.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.xml
---
|
|
|
(0023025)
|
plujan
|
2009-12-22 19:43
|
|
|
|
|
|