Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011824Openbravo ERPB. User interfacepublic2009-12-18 16:362009-12-24 12:06
plujan 
iperdomo 
immediatemajorhave not tried
closedfixed 
5
2.50MP9 
2.50MP10pi 
Core
No
0011824: Dependencies only show name and not version
When opening the details for a module, I see the Dependencies section, but it only says the name of the dependency. Version from and to are missing.
Open the details for any module in the MMC > Add module window
Show full information, like:
Dependencies:
Core from 2.50.12345 to 2.50.56789
No tags attached.
related to defect 00118162.50MP10 closed shuehner Missing dependencies information on module installing 
diff issue11824_prepare_with_naive_displayFormat.diff (1,620) 2009-12-20 18:49
https://issues.openbravo.com/file_download.php?file_id=2059&type=bug
Issue History
2009-12-18 16:36plujanNew Issue
2009-12-18 16:36plujanAssigned To => shuehner
2009-12-18 16:37plujanStatusnew => scheduled
2009-12-18 16:37plujanfix_in_branch => pi
2009-12-18 16:38plujanRelationship addedrelated to 0011816
2009-12-19 13:11jpabloaeIssue Monitored: jpabloae
2009-12-20 18:47shuehnerNote Added: 0022962
2009-12-20 18:49shuehnerFile Added: issue11824_prepare_with_naive_displayFormat.diff
2009-12-20 18:50shuehnerNote Added: 0022963
2009-12-21 09:05harpreetIssue Monitored: harpreet
2009-12-21 11:05iperdomoAssigned Toshuehner => iperdomo
2009-12-22 14:12hgbotCheckin
2009-12-22 14:12hgbotNote Added: 0023014
2009-12-22 14:12hgbotStatusscheduled => resolved
2009-12-22 14:12hgbotResolutionopen => fixed
2009-12-22 14:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/23e7418579ac7e1cc3b560cd8a2771906a847089 [^]
2009-12-22 19:19plujanNote Added: 0023024
2009-12-22 19:19plujanStatusresolved => closed
2009-12-22 19:19plujanFixed in Version => pi
2009-12-23 00:00anonymoussf_bug_id0 => 2919668
2009-12-24 12:06hudsonbotCheckin
2009-12-24 12:06hudsonbotNote Added: 0023058

Notes
(0022962)
shuehner   
2009-12-20 18:47   
Examples of data shown in naive formatting of from and to fields:

- depending on core >= 2.50, no explicit to
core (>=2.50.00000 & <=2.50.999999)

- depending on several modules, all no explicit to
Direct Debit Form of Payment (>=1.0.2 & <=1.0.999999) Business Partner Debt Consolidation (>=1.0.2 & <=1.0.999999) Mass Advanced Payments (>=1.0.2 & <=1.0.999999)

Needed layout decision on use of:
- >= and <= or written, 'from' and 'to' which already exists in the localized messages base-table (so possibly translated already)
- usage of brackets, as a single space was already the separator char for multiple dependencies
- when no explicit to-version exists data returned from cr is: 'same.major.999999' which perhaps should be improved on printing
(0022963)
shuehner   
2009-12-20 18:50   
Added naive patch to format how modules as displayed in the detail popup. Missing documentation and needs to be adapted based on decision for layout as pointed out in the earlier comment.
(0023014)
hgbot   
2009-12-22 14:12   
Repository: erp/devel/pi
Changeset: 23e7418579ac7e1cc3b560cd8a2771906a847089
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Dec 22 14:11:32 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/23e7418579ac7e1cc3b560cd8a2771906a847089 [^]

Fixes issue 11824: Added version to depencencies/includes in detail

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementDetails.html
---
(0023024)
plujan   
2009-12-22 19:19   
tested in PI
(0023058)
hudsonbot   
2009-12-24 12:06   
---
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/23e7418579ac [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/237ec18eff4d [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15792.obx [^]
---