Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033447 | Openbravo ERP | A. Platform | public | 2016-07-07 17:04 | 2016-08-11 18:40 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0033447: Make accesible the list of modules included in the Openbravo 3 ditribution |
Description | The list of modules included in the Openbravo 3 ditribution can be useful, for instance to be able to define a test a checks only elements included in the distribution.
Currently the list is maintained in a private list here [1], and the list does not have a getter method.
[1] https://code.openbravo.com/erp/devel/pi/file/b1f17fd0957b/src/org/openbravo/erpCommon/ad_help/HelpWindow.java#l54 [^] |
Steps To Reproduce | - |
Proposed Solution | Extract the module list to a separate class, make it accessible |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0033448 | | closed | AugustoMauch | The DatasetServiceTest should check only the datasets defined in the OB3 distribution modules |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-07-07 17:04 | AugustoMauch | New Issue | |
2016-07-07 17:04 | AugustoMauch | Assigned To | => AugustoMauch |
2016-07-07 17:04 | AugustoMauch | OBNetwork customer | => No |
2016-07-07 17:04 | AugustoMauch | Modules | => Core |
2016-07-07 17:04 | AugustoMauch | Triggers an Emergency Pack | => No |
2016-07-07 17:21 | AugustoMauch | Review Assigned To | => alostale |
2016-07-07 17:22 | hgbot | Checkin | |
2016-07-07 17:22 | hgbot | Note Added: 0088299 | |
2016-07-07 17:22 | hgbot | Status | new => resolved |
2016-07-07 17:22 | hgbot | Resolution | open => fixed |
2016-07-07 17:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/874e65091dd8e0be22d401e13acfd09cb3871a90 [^] |
2016-07-07 17:50 | AugustoMauch | Relationship added | related to 0033448 |
2016-07-08 07:57 | alostale | Note Added: 0088310 | |
2016-07-08 07:57 | alostale | Status | resolved => closed |
2016-07-08 07:57 | alostale | Fixed in Version | => 3.0PR16Q4 |
2016-08-11 18:40 | hudsonbot | Checkin | |
2016-08-11 18:40 | hudsonbot | Note Added: 0088996 | |
2016-08-11 18:40 | hudsonbot | Checkin | |
2016-08-11 18:40 | hudsonbot | Note Added: 0088997 | |
Notes |
|
(0088299)
|
hgbot
|
2016-07-07 17:22
|
|
Repository: erp/devel/pi
Changeset: 874e65091dd8e0be22d401e13acfd09cb3871a90
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Jul 07 17:16:11 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/874e65091dd8e0be22d401e13acfd09cb3871a90 [^]
Fixes issue 33447:The List of modules included in OB3 distribution is available
The list of modules included in the OB3 distribution are now available using the ModulesInOB3Distribution.getModules() method. The list has been extracted from the HelpWindow cla
ss, which now references the extracted listFixes issue 33447:The List of modules included in OB3 distribution is available
The list of modules included in the OB3 distribution are now available using the ModulesInOB3Distribution.getModules() method. The list has been extracted from the HelpWindow cla
ss, which now references the extracted list.
---
M src/org/openbravo/erpCommon/ad_help/HelpWindow.java
A src/org/openbravo/erpCommon/utility/ModulesInOB3Distribution.java
---
|
|
|
|
|
|
|
|
|
|
|