Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025205 | Openbravo ERP | A. Platform | public | 2013-11-22 15:17 | 2013-12-19 12:30 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP31 | Fixed in Version | 3.0MP31 | |
Merge Request Status | |
Review Assigned To | egoitz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 24819 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025205: DocumentNoData class should be public |
Description | DocumentNoData class should be public, this way its methods can be used by custom java classes out of its package (org.openbravo.erpCommon.utility) |
Steps To Reproduce | . |
Proposed Solution | Add the accessModifier="public" to the DocumentNo_data.xsql file |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-22 15:17 | caristu | New Issue | |
2013-11-22 15:17 | caristu | Assigned To | => AugustoMauch |
2013-11-22 15:17 | caristu | Modules | => Core |
2013-11-22 15:17 | caristu | OBNetwork customer | => Yes |
2013-11-22 15:17 | caristu | Support ticket | => 24819 |
2013-11-22 15:17 | caristu | Triggers an Emergency Pack | => No |
2013-11-22 15:17 | caristu | Assigned To | AugustoMauch => caristu |
2013-11-22 15:36 | caristu | Issue Monitored: networkb | |
2013-12-09 16:49 | caristu | Target Version | => 3.0MP31 |
2013-12-09 16:50 | hgbot | Checkin | |
2013-12-09 16:50 | hgbot | Note Added: 0062671 | |
2013-12-09 16:50 | hgbot | Status | new => resolved |
2013-12-09 16:50 | hgbot | Resolution | open => fixed |
2013-12-09 16:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/bbb78d72dee7e2abc141a1fd022f973ad52e5420 [^] |
2013-12-10 11:10 | caristu | Note Added: 0062683 | |
2013-12-18 10:52 | egoitz | Review Assigned To | => egoitz |
2013-12-18 10:52 | egoitz | Note Added: 0062768 | |
2013-12-18 10:52 | egoitz | Status | resolved => closed |
2013-12-18 10:52 | egoitz | Fixed in Version | => 3.0MP31 |
2013-12-19 12:30 | hudsonbot | Checkin | |
2013-12-19 12:30 | hudsonbot | Note Added: 0062837 | |
Notes |
|
(0062671)
|
hgbot
|
2013-12-09 16:50
|
|
|
|
|
With this change it is possible to use the methods of the DocumentNoData class directly. This way other classes out of its package can manage custom sequence numbers, for example which was not available until now without manually coding it. |
|
|
(0062768)
|
egoitz
|
2013-12-18 10:52
|
|
|
|
|
|