Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011824 | Openbravo ERP | B. User interface | public | 2009-12-18 16:36 | 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 | 0011824: Dependencies only show name and not version |
Description | 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. |
Steps To Reproduce | Open the details for any module in the MMC > Add module window |
Proposed Solution | Show full information, like:
Dependencies:
Core from 2.50.12345 to 2.50.56789 |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0011816 | 2.50MP10 | closed | shuehner | Missing dependencies information on module installing |
|
Attached Files | 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 |
Date Modified | Username | Field | Change |
2009-12-18 16:36 | plujan | New Issue | |
2009-12-18 16:36 | plujan | Assigned To | => shuehner |
2009-12-18 16:36 | plujan | OBNetwork customer | => No |
2009-12-18 16:37 | plujan | Status | new => scheduled |
2009-12-18 16:37 | plujan | fix_in_branch | => pi |
2009-12-18 16:38 | plujan | Relationship added | related to 0011816 |
2009-12-19 13:11 | jpabloae | Issue Monitored: jpabloae | |
2009-12-20 18:47 | shuehner | Note Added: 0022962 | |
2009-12-20 18:49 | shuehner | File Added: issue11824_prepare_with_naive_displayFormat.diff | |
2009-12-20 18:50 | shuehner | Note Added: 0022963 | |
2009-12-21 09:05 | harpreet | Issue Monitored: harpreet | |
2009-12-21 11:05 | iperdomo | Assigned To | shuehner => iperdomo |
2009-12-22 14:12 | hgbot | Checkin | |
2009-12-22 14:12 | hgbot | Note Added: 0023014 | |
2009-12-22 14:12 | hgbot | Status | scheduled => resolved |
2009-12-22 14:12 | hgbot | Resolution | open => fixed |
2009-12-22 14:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/23e7418579ac7e1cc3b560cd8a2771906a847089 [^] |
2009-12-22 19:19 | plujan | Note Added: 0023024 | |
2009-12-22 19:19 | plujan | Status | resolved => closed |
2009-12-22 19:19 | plujan | Fixed in Version | => pi |
2009-12-23 00:00 | anonymous | sf_bug_id | 0 => 2919668 |
2009-12-24 12:06 | hudsonbot | Checkin | |
2009-12-24 12:06 | hudsonbot | Note Added: 0023058 | |
Notes |
|
|
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 |
|
|
|
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
|
|
|
|
|
|